Html Css Color HEX #AF1352 Jazzberry Jam

📋 copy color: '#AF1352'

red 175 ◦ green 19 ◦ blue 82

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

Shades of Jazzberry Jam #AF1352

Tints of Jazzberry Jam #AF1352

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.88%

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

R = 63.41%
G = 6.88%
B = 29.71%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.53

 K value IS 0.31

RGB Variations

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

Color information

#AF1352 (or 0xAF1352) is known color: Jazzberry Jam. HEX triplet: AF, 13 and 52. RGB value is (175,19,82). Sum of RGB (Red+Green+Blue) = 175+19+82=276 (36% of max value = 765). Red value is 175 (68.75% from 255 or 63.41% from 276); Green value is 19 (7.81% from 255 or 6.88% from 276); Blue value is 82 (32.42% from 255 or 29.71% from 276); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1352 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF1352 is #50ECAD. Grayscale: #484848. Windows color (decimal): -5303470 or 5378991. OLE color: 5378991.

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

Color convert

RGB 175 19 82 -
CMYK 0 0.89 0.53 0.31
HSL 335.77º 0.8% 0.38% -
HSV(B) 335.77º 0.89% 0.69% -
XYZ 19.44 10.19 8.92 -
YUV 72.83 133.18 200.88 -
System Red Green Blue C M Y K H S L
Decimal 175 19 82 0 0.89 0.53 0.31 335.77 0.8 0.38
Hex AF 13 52 0 59 35 1F 150 50 26
Octal 257 23 122 0 131 65 37 520 120 46
Binary 10101111 10011 1010010 0 1011001 110101 11111 101010000 1010000 100110

Color Harmonies of #AF1352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1352

Black with #AF1352

Text Example


Text Example

White with #AF1352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1352; }

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

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

background-color css

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

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

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

border-color css

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

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

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