Html Css Color HEX #AB0946 Jazzberry Jam

📋 copy color: '#AB0946'

red 171 ◦ green 9 ◦ blue 70

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

Shades of Jazzberry Jam #AB0946

Tints of Jazzberry Jam #AB0946

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 28%

R = 68.4%
G = 3.6%
B = 28%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.59

 K value IS 0.33

RGB Variations

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

Color information

#AB0946 (or 0xAB0946) is known color: Jazzberry Jam. HEX triplet: AB, 09 and 46. RGB value is (171,9,70). Sum of RGB (Red+Green+Blue) = 171+9+70=250 (33% of max value = 765). Red value is 171 (67.19% from 255 or 68.4% from 250); Green value is 9 (3.91% from 255 or 3.6% from 250); Blue value is 70 (27.73% from 255 or 28% from 250); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0946 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB0946 is #54F6B9. Grayscale: #404040. Windows color (decimal): -5568186 or 4589995. OLE color: 4589995.

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

Color convert

RGB 171 9 70 -
CMYK 0 0.95 0.59 0.33
HSL 337.41º 0.9% 0.35% -
HSV(B) 337.41º 0.95% 0.67% -
XYZ 18 9.3 6.64 -
YUV 64.39 131.17 204.04 -
System Red Green Blue C M Y K H S L
Decimal 171 9 70 0 0.95 0.59 0.33 337.41 0.9 0.35
Hex AB 9 46 0 5F 3B 21 151 5A 23
Octal 253 11 106 0 137 73 41 521 132 43
Binary 10101011 1001 1000110 0 1011111 111011 100001 101010001 1011010 100011

Color Harmonies of #AB0946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0946

Black with #AB0946

Text Example


Text Example

White with #AB0946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB0946; }

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

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

background-color css

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

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

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

border-color css

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

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

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