Html Css Color HEX #AF0141 Jazzberry Jam

📋 copy color: '#AF0141'

red 175 ◦ green 1 ◦ blue 65

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

Shades of Jazzberry Jam #AF0141

Tints of Jazzberry Jam #AF0141

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.41%

 BLUE value IS 65 (25.78% from 255) = 26.97%

R = 72.61%
G = 0.41%
B = 26.97%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.63

 K value IS 0.31

RGB Variations

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

Color information

#AF0141 (or 0xAF0141) is known color: Jazzberry Jam. HEX triplet: AF, 01 and 41. RGB value is (175,1,65). Sum of RGB (Red+Green+Blue) = 175+1+65=241 (31% of max value = 765). Red value is 175 (68.75% from 255 or 72.61% from 241); Green value is 1 (0.78% from 255 or 0.41% from 241); Blue value is 65 (25.78% from 255 or 26.97% from 241); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0141 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF0141 is #50FEBE. Grayscale: #3C3C3C. Windows color (decimal): -5308095 or 4260271. OLE color: 4260271.

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

Color convert

RGB 175 1 65 -
CMYK 0 0.99 0.63 0.31
HSL 337.93º 0.99% 0.35% -
HSV(B) 337.93º 0.99% 0.69% -
XYZ 18.64 9.52 5.86 -
YUV 60.32 130.65 209.8 -
System Red Green Blue C M Y K H S L
Decimal 175 1 65 0 0.99 0.63 0.31 337.93 0.99 0.35
Hex AF 1 41 0 63 3F 1F 152 63 23
Octal 257 1 101 0 143 77 37 522 143 43
Binary 10101111 1 1000001 0 1100011 111111 11111 101010010 1100011 100011

Color Harmonies of #AF0141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0141

Black with #AF0141

Text Example


Text Example

White with #AF0141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0141; }

 p { color: rgb(175,1,65); }

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

background-color css

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

 a { background-color: rgb(175,1,65); }

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

border-color css

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

 span { border-color: rgb(175,1,65); }

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