Html Css Color HEX #AF0440 Jazzberry Jam

📋 copy color: '#AF0440'

red 175 ◦ green 4 ◦ blue 64

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

Shades of Jazzberry Jam #AF0440

Tints of Jazzberry Jam #AF0440

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.65%

 BLUE value IS 64 (25.39% from 255) = 26.34%

R = 72.02%
G = 1.65%
B = 26.34%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.63

 K value IS 0.31

RGB Variations

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

Color information

#AF0440 (or 0xAF0440) is known color: Jazzberry Jam. HEX triplet: AF, 04 and 40. RGB value is (175,4,64). Sum of RGB (Red+Green+Blue) = 175+4+64=243 (32% of max value = 765). Red value is 175 (68.75% from 255 or 72.02% from 243); Green value is 4 (1.95% from 255 or 1.65% from 243); Blue value is 64 (25.39% from 255 or 26.34% from 243); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0440 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF0440 is #50FBBF. Grayscale: #3D3D3D. Windows color (decimal): -5307328 or 4195503. OLE color: 4195503.

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

Color convert

RGB 175 4 64 -
CMYK 0 0.98 0.63 0.31
HSL 338.95º 0.96% 0.35% -
HSV(B) 338.95º 0.98% 0.69% -
XYZ 18.65 9.57 5.72 -
YUV 61.97 129.15 208.62 -
System Red Green Blue C M Y K H S L
Decimal 175 4 64 0 0.98 0.63 0.31 338.95 0.96 0.35
Hex AF 4 40 0 62 3F 1F 153 60 23
Octal 257 4 100 0 142 77 37 523 140 43
Binary 10101111 100 1000000 0 1100010 111111 11111 101010011 1100000 100011

Color Harmonies of #AF0440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0440

Black with #AF0440

Text Example


Text Example

White with #AF0440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0440; }

 p { color: rgb(175,4,64); }

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

background-color css

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

 a { background-color: rgb(175,4,64); }

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

border-color css

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

 span { border-color: rgb(175,4,64); }

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