Html Css Color HEX #AF0742 Jazzberry Jam

📋 copy color: '#AF0742'

red 175 ◦ green 7 ◦ blue 66

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

Shades of Jazzberry Jam #AF0742

Tints of Jazzberry Jam #AF0742

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.82%

 BLUE value IS 66 (26.17% from 255) = 26.61%

R = 70.56%
G = 2.82%
B = 26.61%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.62

 K value IS 0.31

RGB Variations

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

Color information

#AF0742 (or 0xAF0742) is known color: Jazzberry Jam. HEX triplet: AF, 07 and 42. RGB value is (175,7,66). Sum of RGB (Red+Green+Blue) = 175+7+66=248 (32% of max value = 765). Red value is 175 (68.75% from 255 or 70.56% from 248); Green value is 7 (3.12% from 255 or 2.82% from 248); Blue value is 66 (26.17% from 255 or 26.61% from 248); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0742 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF0742 is #50F8BD. Grayscale: #3F3F3F. Windows color (decimal): -5306558 or 4327343. OLE color: 4327343.

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

Color convert

RGB 175 7 66 -
CMYK 0 0.96 0.62 0.31
HSL 338.93º 0.92% 0.36% -
HSV(B) 338.93º 0.96% 0.69% -
XYZ 18.74 9.66 6.03 -
YUV 63.96 129.16 207.2 -
System Red Green Blue C M Y K H S L
Decimal 175 7 66 0 0.96 0.62 0.31 338.93 0.92 0.36
Hex AF 7 42 0 60 3E 1F 153 5C 24
Octal 257 7 102 0 140 76 37 523 134 44
Binary 10101111 111 1000010 0 1100000 111110 11111 101010011 1011100 100100

Color Harmonies of #AF0742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0742

Black with #AF0742

Text Example


Text Example

White with #AF0742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0742; }

 p { color: rgb(175,7,66); }

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

background-color css

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

 a { background-color: rgb(175,7,66); }

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

border-color css

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

 span { border-color: rgb(175,7,66); }

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