Html Css Color HEX #AB0945 Jazzberry Jam

📋 copy color: '#AB0945'

red 171 ◦ green 9 ◦ blue 69

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

Shades of Jazzberry Jam #AB0945

Tints of Jazzberry Jam #AB0945

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.61%

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

R = 68.67%
G = 3.61%
B = 27.71%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.60

 K value IS 0.33

RGB Variations

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

Color information

#AB0945 (or 0xAB0945) is known color: Jazzberry Jam. HEX triplet: AB, 09 and 45. RGB value is (171,9,69). Sum of RGB (Red+Green+Blue) = 171+9+69=249 (32% of max value = 765). Red value is 171 (67.19% from 255 or 68.67% from 249); Green value is 9 (3.91% from 255 or 3.61% from 249); Blue value is 69 (27.34% from 255 or 27.71% from 249); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0945 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB0945 is #54F6BA. Grayscale: #404040. Windows color (decimal): -5568187 or 4524459. OLE color: 4524459.

HSL color Cylindrical-coordinate representation of color #AB0945: hue angle of 337.78º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AB0945 is Cyan = 0, Magento = 0.95, Yellow = 0.60 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 9 69 -
CMYK 0 0.95 0.60 0.33
HSL 337.78º 0.9% 0.35% -
HSV(B) 337.78º 0.95% 0.67% -
XYZ 17.97 9.28 6.48 -
YUV 64.28 130.67 204.12 -
System Red Green Blue C M Y K H S L
Decimal 171 9 69 0 0.95 0.60 0.33 337.78 0.9 0.35
Hex AB 9 45 0 5F 3C 21 152 5A 23
Octal 253 11 105 0 137 74 41 522 132 43
Binary 10101011 1001 1000101 0 1011111 111100 100001 101010010 1011010 100011

Color Harmonies of #AB0945

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0945

Black with #AB0945

Text Example


Text Example

White with #AB0945

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB0945; }

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

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

background-color css

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

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

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

border-color css

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

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

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