Html Css Color HEX #AB134B Jazzberry Jam

📋 copy color: '#AB134B'

red 171 ◦ green 19 ◦ blue 75

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

Shades of Jazzberry Jam #AB134B

Tints of Jazzberry Jam #AB134B

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.17%

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

R = 64.53%
G = 7.17%
B = 28.3%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.56

 K value IS 0.33

RGB Variations

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

Color information

#AB134B (or 0xAB134B) is known color: Jazzberry Jam. HEX triplet: AB, 13 and 4B. RGB value is (171,19,75). Sum of RGB (Red+Green+Blue) = 171+19+75=265 (35% of max value = 765). Red value is 171 (67.19% from 255 or 64.53% from 265); Green value is 19 (7.81% from 255 or 7.17% from 265); Blue value is 75 (29.69% from 255 or 28.30% from 265); Max value from RGB is 171 - color contains mainly: red. Hex color #AB134B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB134B is #54ECB4. Grayscale: #464646. Windows color (decimal): -5565621 or 4920235. OLE color: 4920235.

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

Color convert

RGB 171 19 75 -
CMYK 0 0.89 0.56 0.33
HSL 337.89º 0.8% 0.37% -
HSV(B) 337.89º 0.89% 0.67% -
XYZ 18.3 9.63 7.55 -
YUV 70.83 130.36 199.45 -
System Red Green Blue C M Y K H S L
Decimal 171 19 75 0 0.89 0.56 0.33 337.89 0.8 0.37
Hex AB 13 4B 0 59 38 21 152 50 25
Octal 253 23 113 0 131 70 41 522 120 45
Binary 10101011 10011 1001011 0 1011001 111000 100001 101010010 1010000 100101

Color Harmonies of #AB134B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB134B

Black with #AB134B

Text Example


Text Example

White with #AB134B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB134B; }

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

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

background-color css

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

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

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

border-color css

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

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

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