Html Css Color HEX #AF0D4B Jazzberry Jam

📋 copy color: '#AF0D4B'

red 175 ◦ green 13 ◦ blue 75

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

Shades of Jazzberry Jam #AF0D4B

Tints of Jazzberry Jam #AF0D4B

RGB

 RED value IS 175 (68.75% from 255) = 66.54%

 GREEN value IS 13 (5.47% from 255) = 4.94%

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

R = 66.54%
G = 4.94%
B = 28.52%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.57

 K value IS 0.31

RGB Variations

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

Color information

#AF0D4B (or 0xAF0D4B) is known color: Jazzberry Jam. HEX triplet: AF, 0D and 4B. RGB value is (175,13,75). Sum of RGB (Red+Green+Blue) = 175+13+75=263 (34% of max value = 765). Red value is 175 (68.75% from 255 or 66.54% from 263); Green value is 13 (5.47% from 255 or 4.94% from 263); Blue value is 75 (29.69% from 255 or 28.52% from 263); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0D4B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF0D4B is #50F2B4. Grayscale: #444444. Windows color (decimal): -5305013 or 4918703. OLE color: 4918703.

HSL color Cylindrical-coordinate representation of color #AF0D4B: hue angle of 337.04º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AF0D4B is Cyan = 0, Magento = 0.93, Yellow = 0.57 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 13 75 -
CMYK 0 0.93 0.57 0.31
HSL 337.04º 0.86% 0.37% -
HSV(B) 337.04º 0.93% 0.69% -
XYZ 19.09 9.91 7.56 -
YUV 68.51 131.67 203.96 -
System Red Green Blue C M Y K H S L
Decimal 175 13 75 0 0.93 0.57 0.31 337.04 0.86 0.37
Hex AF D 4B 0 5D 39 1F 151 56 25
Octal 257 15 113 0 135 71 37 521 126 45
Binary 10101111 1101 1001011 0 1011101 111001 11111 101010001 1010110 100101

Color Harmonies of #AF0D4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0D4B

Black with #AF0D4B

Text Example


Text Example

White with #AF0D4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0D4B; }

 p { color: rgb(175,13,75); }

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

background-color css

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

 a { background-color: rgb(175,13,75); }

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

border-color css

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

 span { border-color: rgb(175,13,75); }

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