Html Css Color HEX #AF0845 Jazzberry Jam

📋 copy color: '#AF0845'

red 175 ◦ green 8 ◦ blue 69

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

Shades of Jazzberry Jam #AF0845

Tints of Jazzberry Jam #AF0845

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.17%

 BLUE value IS 69 (27.34% from 255) = 27.38%

R = 69.44%
G = 3.17%
B = 27.38%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.61

 K value IS 0.31

RGB Variations

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

Color information

#AF0845 (or 0xAF0845) is known color: Jazzberry Jam. HEX triplet: AF, 08 and 45. RGB value is (175,8,69). Sum of RGB (Red+Green+Blue) = 175+8+69=252 (33% of max value = 765). Red value is 175 (68.75% from 255 or 69.44% from 252); Green value is 8 (3.52% from 255 or 3.17% from 252); Blue value is 69 (27.34% from 255 or 27.38% from 252); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0845 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF0845 is #50F7BA. Grayscale: #404040. Windows color (decimal): -5306299 or 4524207. OLE color: 4524207.

HSL color Cylindrical-coordinate representation of color #AF0845: hue angle of 338.08º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AF0845 is Cyan = 0, Magento = 0.95, Yellow = 0.61 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 8 69 -
CMYK 0 0.95 0.61 0.31
HSL 338.08º 0.91% 0.36% -
HSV(B) 338.08º 0.95% 0.69% -
XYZ 18.84 9.72 6.51 -
YUV 64.89 130.33 206.54 -
System Red Green Blue C M Y K H S L
Decimal 175 8 69 0 0.95 0.61 0.31 338.08 0.91 0.36
Hex AF 8 45 0 5F 3D 1F 152 5B 24
Octal 257 10 105 0 137 75 37 522 133 44
Binary 10101111 1000 1000101 0 1011111 111101 11111 101010010 1011011 100100

Color Harmonies of #AF0845

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0845

Black with #AF0845

Text Example


Text Example

White with #AF0845

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0845; }

 p { color: rgb(175,8,69); }

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

background-color css

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

 a { background-color: rgb(175,8,69); }

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

border-color css

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

 span { border-color: rgb(175,8,69); }

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