Html Css Color HEX #AB0B4B Jazzberry Jam

📋 copy color: '#AB0B4B'

red 171 ◦ green 11 ◦ blue 75

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

Shades of Jazzberry Jam #AB0B4B

Tints of Jazzberry Jam #AB0B4B

RGB

 RED value IS 171 (67.19% from 255) = 66.54%

 GREEN value IS 11 (4.69% from 255) = 4.28%

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

R = 66.54%
G = 4.28%
B = 29.18%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.56

 K value IS 0.33

RGB Variations

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

Color information

#AB0B4B (or 0xAB0B4B) is known color: Jazzberry Jam. HEX triplet: AB, 0B and 4B. RGB value is (171,11,75). Sum of RGB (Red+Green+Blue) = 171+11+75=257 (34% of max value = 765). Red value is 171 (67.19% from 255 or 66.54% from 257); Green value is 11 (4.69% from 255 or 4.28% from 257); Blue value is 75 (29.69% from 255 or 29.18% from 257); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0B4B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB0B4B is #54F4B4. Grayscale: #424242. Windows color (decimal): -5567669 or 4918187. OLE color: 4918187.

HSL color Cylindrical-coordinate representation of color #AB0B4B: hue angle of 336º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AB0B4B is Cyan = 0, Magento = 0.94, Yellow = 0.56 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 11 75 -
CMYK 0 0.94 0.56 0.33
HSL 336º 0.88% 0.36% -
HSV(B) 336º 0.94% 0.67% -
XYZ 18.18 9.41 7.51 -
YUV 66.14 133.01 202.8 -
System Red Green Blue C M Y K H S L
Decimal 171 11 75 0 0.94 0.56 0.33 336 0.88 0.36
Hex AB B 4B 0 5E 38 21 150 58 24
Octal 253 13 113 0 136 70 41 520 130 44
Binary 10101011 1011 1001011 0 1011110 111000 100001 101010000 1011000 100100

Color Harmonies of #AB0B4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0B4B

Black with #AB0B4B

Text Example


Text Example

White with #AB0B4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB0B4B; }

 p { color: rgb(171,11,75); }

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

background-color css

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

 a { background-color: rgb(171,11,75); }

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

border-color css

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

 span { border-color: rgb(171,11,75); }

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