Html Css Color HEX #AB0640 Jazzberry Jam

📋 copy color: '#AB0640'

red 171 ◦ green 6 ◦ blue 64

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

Shades of Jazzberry Jam #AB0640

Tints of Jazzberry Jam #AB0640

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.49%

 BLUE value IS 64 (25.39% from 255) = 26.56%

R = 70.95%
G = 2.49%
B = 26.56%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.63

 K value IS 0.33

RGB Variations

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

Color information

#AB0640 (or 0xAB0640) is known color: Jazzberry Jam. HEX triplet: AB, 06 and 40. RGB value is (171,6,64). Sum of RGB (Red+Green+Blue) = 171+6+64=241 (31% of max value = 765). Red value is 171 (67.19% from 255 or 70.95% from 241); Green value is 6 (2.73% from 255 or 2.49% from 241); Blue value is 64 (25.39% from 255 or 26.56% from 241); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0640 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB0640 is #54F9BF. Grayscale: #3D3D3D. Windows color (decimal): -5568960 or 4196011. OLE color: 4196011.

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

Color convert

RGB 171 6 64 -
CMYK 0 0.96 0.63 0.33
HSL 338.91º 0.93% 0.35% -
HSV(B) 338.91º 0.96% 0.67% -
XYZ 17.79 9.16 5.68 -
YUV 61.95 129.16 205.78 -
System Red Green Blue C M Y K H S L
Decimal 171 6 64 0 0.96 0.63 0.33 338.91 0.93 0.35
Hex AB 6 40 0 60 3F 21 153 5D 23
Octal 253 6 100 0 140 77 41 523 135 43
Binary 10101011 110 1000000 0 1100000 111111 100001 101010011 1011101 100011

Color Harmonies of #AB0640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0640

Black with #AB0640

Text Example


Text Example

White with #AB0640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB0640; }

 p { color: rgb(171,6,64); }

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

background-color css

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

 a { background-color: rgb(171,6,64); }

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

border-color css

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

 span { border-color: rgb(171,6,64); }

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