Html Css Color HEX #AF0045 Jazzberry Jam

📋 copy color: '#AF0045'

red 175 ◦ green 0 ◦ blue 69

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

Shades of Jazzberry Jam #AF0045

Tints of Jazzberry Jam #AF0045

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 71.72%
G = 0%
B = 28.28%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.61

 K value IS 0.31

RGB Variations

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

Color information

#AF0045 (or 0xAF0045) is known color: Jazzberry Jam. HEX triplet: AF, 00 and 45. RGB value is (175,0,69). Sum of RGB (Red+Green+Blue) = 175+0+69=244 (32% of max value = 765). Red value is 175 (68.75% from 255 or 71.72% from 244); Green value is 0 (0.39% from 255 or 0% from 244); Blue value is 69 (27.34% from 255 or 28.28% from 244); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0045 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF0045 is #50FFBA. Grayscale: #3C3C3C. Windows color (decimal): -5308347 or 4522159. OLE color: 4522159.

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

Color convert

RGB 175 0 69 -
CMYK 0 1 0.61 0.31
HSL 336.34º 1% 0.34% -
HSV(B) 336.34º 1% 0.69% -
XYZ 18.75 9.54 6.48 -
YUV 60.19 132.98 209.89 -
System Red Green Blue C M Y K H S L
Decimal 175 0 69 0 1 0.61 0.31 336.34 1 0.34
Hex AF 0 45 0 64 3D 1F 150 64 22
Octal 257 0 105 0 144 75 37 520 144 42
Binary 10101111 0 1000101 0 1100100 111101 11111 101010000 1100100 100010

Color Harmonies of #AF0045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0045

Black with #AF0045

Text Example


Text Example

White with #AF0045

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0045; }

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

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

background-color css

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

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

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

border-color css

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

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

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