Html Css Color HEX #AB013D Jazzberry Jam

📋 copy color: '#AB013D'

red 171 ◦ green 1 ◦ blue 61

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

Shades of Jazzberry Jam #AB013D

Tints of Jazzberry Jam #AB013D

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.43%

 BLUE value IS 61 (24.22% from 255) = 26.18%

R = 73.39%
G = 0.43%
B = 26.18%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.64

 K value IS 0.33

RGB Variations

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

Color information

#AB013D (or 0xAB013D) is known color: Jazzberry Jam. HEX triplet: AB, 01 and 3D. RGB value is (171,1,61). Sum of RGB (Red+Green+Blue) = 171+1+61=233 (30% of max value = 765). Red value is 171 (67.19% from 255 or 73.39% from 233); Green value is 1 (0.78% from 255 or 0.43% from 233); Blue value is 61 (24.22% from 255 or 26.18% from 233); Max value from RGB is 171 - color contains mainly: red. Hex color #AB013D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB013D is #54FEC2. Grayscale: #3A3A3A. Windows color (decimal): -5570243 or 3998123. OLE color: 3998123.

HSL color Cylindrical-coordinate representation of color #AB013D: hue angle of 338.82º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AB013D is Cyan = 0, Magento = 0.99, Yellow = 0.64 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 1 61 -
CMYK 0 0.99 0.64 0.33
HSL 338.82º 0.99% 0.34% -
HSV(B) 338.82º 0.99% 0.67% -
XYZ 17.65 9.02 5.23 -
YUV 58.67 129.32 208.12 -
System Red Green Blue C M Y K H S L
Decimal 171 1 61 0 0.99 0.64 0.33 338.82 0.99 0.34
Hex AB 1 3D 0 63 40 21 153 63 22
Octal 253 1 75 0 143 100 41 523 143 42
Binary 10101011 1 111101 0 1100011 1000000 100001 101010011 1100011 100010

Color Harmonies of #AB013D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB013D

Black with #AB013D

Text Example


Text Example

White with #AB013D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB013D; }

 p { color: rgb(171,1,61); }

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

background-color css

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

 a { background-color: rgb(171,1,61); }

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

border-color css

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

 span { border-color: rgb(171,1,61); }

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