Html Css Color HEX #AF0B44 Jazzberry Jam

📋 copy color: '#AF0B44'

red 175 ◦ green 11 ◦ blue 68

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

Shades of Jazzberry Jam #AF0B44

Tints of Jazzberry Jam #AF0B44

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.33%

 BLUE value IS 68 (26.95% from 255) = 26.77%

R = 68.9%
G = 4.33%
B = 26.77%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.61

 K value IS 0.31

RGB Variations

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

Color information

#AF0B44 (or 0xAF0B44) is known color: Jazzberry Jam. HEX triplet: AF, 0B and 44. RGB value is (175,11,68). Sum of RGB (Red+Green+Blue) = 175+11+68=254 (33% of max value = 765). Red value is 175 (68.75% from 255 or 68.90% from 254); Green value is 11 (4.69% from 255 or 4.33% from 254); Blue value is 68 (26.95% from 255 or 26.77% from 254); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0B44 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF0B44 is #50F4BB. Grayscale: #424242. Windows color (decimal): -5305532 or 4459439. OLE color: 4459439.

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

Color convert

RGB 175 11 68 -
CMYK 0 0.94 0.61 0.31
HSL 339.15º 0.88% 0.36% -
HSV(B) 339.15º 0.94% 0.69% -
XYZ 18.84 9.77 6.36 -
YUV 66.53 128.83 205.37 -
System Red Green Blue C M Y K H S L
Decimal 175 11 68 0 0.94 0.61 0.31 339.15 0.88 0.36
Hex AF B 44 0 5E 3D 1F 153 58 24
Octal 257 13 104 0 136 75 37 523 130 44
Binary 10101111 1011 1000100 0 1011110 111101 11111 101010011 1011000 100100

Color Harmonies of #AF0B44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0B44

Black with #AF0B44

Text Example


Text Example

White with #AF0B44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0B44; }

 p { color: rgb(175,11,68); }

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

background-color css

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

 a { background-color: rgb(175,11,68); }

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

border-color css

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

 span { border-color: rgb(175,11,68); }

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