Html Css Color HEX #950A4B Jazzberry Jam

📋 copy color: '#950A4B'

red 149 ◦ green 10 ◦ blue 75

#950A4B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jazzberry Jam #950A4B

Tints of Jazzberry Jam #950A4B

RGB

 RED value IS 149 (58.59% from 255) = 63.68%

 GREEN value IS 10 (4.3% from 255) = 4.27%

 BLUE value IS 75 (29.69% from 255) = 32.05%

R = 63.68%
G = 4.27%
B = 32.05%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.50

 K value IS 0.42

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#950A4B (or 0x950A4B) is known color: Jazzberry Jam. HEX triplet: 95, 0A and 4B. RGB value is (149,10,75). Sum of RGB (Red+Green+Blue) = 149+10+75=234 (30% of max value = 765). Red value is 149 (58.59% from 255 or 63.68% from 234); Green value is 10 (4.30% from 255 or 4.27% from 234); Blue value is 75 (29.69% from 255 or 32.05% from 234); Max value from RGB is 149 - color contains mainly: red. Hex color #950A4B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #950A4B is #6AF5B4. Grayscale: #3A3A3A. Windows color (decimal): -7009717 or 4917909. OLE color: 4917909.

HSL color Cylindrical-coordinate representation of color #950A4B: hue angle of 331.94º degrees, saturation: 0.87, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #950A4B is Cyan = 0, Magento = 0.93, Yellow = 0.50 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 10 75 -
CMYK 0 0.93 0.50 0.42
HSL 331.94º 0.87% 0.31% -
HSV(B) 331.94º 0.93% 0.58% -
XYZ 13.77 7.11 7.3 -
YUV 58.97 137.05 192.21 -
System Red Green Blue C M Y K H S L
Decimal 149 10 75 0 0.93 0.50 0.42 331.94 0.87 0.31
Hex 95 A 4B 0 5D 32 2A 14C 57 1F
Octal 225 12 113 0 135 62 52 514 127 37
Binary 10010101 1010 1001011 0 1011101 110010 101010 101001100 1010111 11111

Color Harmonies of #950A4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950A4B

Black with #950A4B

Text Example


Text Example

White with #950A4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #950A4B; }

 p { color: rgb(149,10,75); }

 H1.HeaderClassName
 {
   color: #950A4B;
 }
 .AnyTagClassName
 {
   color: #950A4B;
 }
</style>

background-color css

<style>
 a { background-color: #950A4B; }

 a { background-color: rgb(149,10,75); }

 div.DivClassName
 {
   background-color: #950A4B;
 }
 .BgClassName
 {
   background-color: #950A4B;
 }
</style>

border-color css

<style>
 span { border-color: #950A4B; }

 span { border-color: rgb(149,10,75); }

 td.TdClassName
 {
   border-color: #950A4B;
 }
 .TagClassName
 {
   border-color: #950A4B;
 }
</style>