Html Css Color HEX #AF1552 Jazzberry Jam

📋 copy color: '#AF1552'

red 175 ◦ green 21 ◦ blue 82

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

Shades of Jazzberry Jam #AF1552

Tints of Jazzberry Jam #AF1552

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.55%

 BLUE value IS 82 (32.42% from 255) = 29.5%

R = 62.95%
G = 7.55%
B = 29.5%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.53

 K value IS 0.31

RGB Variations

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

Color information

#AF1552 (or 0xAF1552) is known color: Jazzberry Jam. HEX triplet: AF, 15 and 52. RGB value is (175,21,82). Sum of RGB (Red+Green+Blue) = 175+21+82=278 (36% of max value = 765). Red value is 175 (68.75% from 255 or 62.95% from 278); Green value is 21 (8.59% from 255 or 7.55% from 278); Blue value is 82 (32.42% from 255 or 29.50% from 278); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1552 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF1552 is #50EAAD. Grayscale: #494949. Windows color (decimal): -5302958 or 5379503. OLE color: 5379503.

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

Color convert

RGB 175 21 82 -
CMYK 0 0.88 0.53 0.31
HSL 336.23º 0.79% 0.38% -
HSV(B) 336.23º 0.88% 0.69% -
XYZ 19.47 10.26 8.94 -
YUV 74 132.52 200.04 -
System Red Green Blue C M Y K H S L
Decimal 175 21 82 0 0.88 0.53 0.31 336.23 0.79 0.38
Hex AF 15 52 0 58 35 1F 150 4F 26
Octal 257 25 122 0 130 65 37 520 117 46
Binary 10101111 10101 1010010 0 1011000 110101 11111 101010000 1001111 100110

Color Harmonies of #AF1552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1552

Black with #AF1552

Text Example


Text Example

White with #AF1552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1552; }

 p { color: rgb(175,21,82); }

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

background-color css

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

 a { background-color: rgb(175,21,82); }

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

border-color css

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

 span { border-color: rgb(175,21,82); }

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