Html Css Color HEX #AB0B45 Jazzberry Jam

📋 copy color: '#AB0B45'

red 171 ◦ green 11 ◦ blue 69

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

Shades of Jazzberry Jam #AB0B45

Tints of Jazzberry Jam #AB0B45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 27.49%

R = 68.13%
G = 4.38%
B = 27.49%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.60

 K value IS 0.33

RGB Variations

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

Color information

#AB0B45 (or 0xAB0B45) is known color: Jazzberry Jam. HEX triplet: AB, 0B and 45. RGB value is (171,11,69). Sum of RGB (Red+Green+Blue) = 171+11+69=251 (33% of max value = 765). Red value is 171 (67.19% from 255 or 68.13% from 251); Green value is 11 (4.69% from 255 or 4.38% from 251); Blue value is 69 (27.34% from 255 or 27.49% from 251); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0B45 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB0B45 is #54F4BA. Grayscale: #414141. Windows color (decimal): -5567675 or 4524971. OLE color: 4524971.

HSL color Cylindrical-coordinate representation of color #AB0B45: hue angle of 338.25º 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 #AB0B45 is Cyan = 0, Magento = 0.94, Yellow = 0.60 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 11 69 -
CMYK 0 0.94 0.60 0.33
HSL 338.25º 0.88% 0.36% -
HSV(B) 338.25º 0.94% 0.67% -
XYZ 17.99 9.33 6.48 -
YUV 65.45 130.01 203.28 -
System Red Green Blue C M Y K H S L
Decimal 171 11 69 0 0.94 0.60 0.33 338.25 0.88 0.36
Hex AB B 45 0 5E 3C 21 152 58 24
Octal 253 13 105 0 136 74 41 522 130 44
Binary 10101011 1011 1000101 0 1011110 111100 100001 101010010 1011000 100100

Color Harmonies of #AB0B45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0B45

Black with #AB0B45

Text Example


Text Example

White with #AB0B45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB0B45; }

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

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

background-color css

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

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

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

border-color css

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

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

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