Html Css Color HEX #AF0C4B Jazzberry Jam

📋 copy color: '#AF0C4B'

red 175 ◦ green 12 ◦ blue 75

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

Shades of Jazzberry Jam #AF0C4B

Tints of Jazzberry Jam #AF0C4B

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.58%

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

R = 66.79%
G = 4.58%
B = 28.63%

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

#AF0C4B (or 0xAF0C4B) is known color: Jazzberry Jam. HEX triplet: AF, 0C and 4B. RGB value is (175,12,75). Sum of RGB (Red+Green+Blue) = 175+12+75=262 (34% of max value = 765). Red value is 175 (68.75% from 255 or 66.79% from 262); Green value is 12 (5.08% from 255 or 4.58% from 262); Blue value is 75 (29.69% from 255 or 28.63% from 262); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0C4B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF0C4B is #50F3B4. Grayscale: #434343. Windows color (decimal): -5305269 or 4918447. OLE color: 4918447.

HSL color Cylindrical-coordinate representation of color #AF0C4B: hue angle of 336.81º degrees, saturation: 0.87, 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 #AF0C4B is Cyan = 0, Magento = 0.93, Yellow = 0.57 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 12 75 -
CMYK 0 0.93 0.57 0.31
HSL 336.81º 0.87% 0.37% -
HSV(B) 336.81º 0.93% 0.69% -
XYZ 19.08 9.88 7.56 -
YUV 67.92 132 204.38 -
System Red Green Blue C M Y K H S L
Decimal 175 12 75 0 0.93 0.57 0.31 336.81 0.87 0.37
Hex AF C 4B 0 5D 39 1F 151 57 25
Octal 257 14 113 0 135 71 37 521 127 45
Binary 10101111 1100 1001011 0 1011101 111001 11111 101010001 1010111 100101

Color Harmonies of #AF0C4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0C4B

Black with #AF0C4B

Text Example


Text Example

White with #AF0C4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0C4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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