Html Css Color HEX #AF1353 Jazzberry Jam

📋 copy color: '#AF1353'

red 175 ◦ green 19 ◦ blue 83

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

Shades of Jazzberry Jam #AF1353

Tints of Jazzberry Jam #AF1353

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 29.96%

R = 63.18%
G = 6.86%
B = 29.96%

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

#AF1353 (or 0xAF1353) is known color: Jazzberry Jam. HEX triplet: AF, 13 and 53. RGB value is (175,19,83). Sum of RGB (Red+Green+Blue) = 175+19+83=277 (36% of max value = 765). Red value is 175 (68.75% from 255 or 63.18% from 277); Green value is 19 (7.81% from 255 or 6.86% from 277); Blue value is 83 (32.81% from 255 or 29.96% from 277); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1353 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF1353 is #50ECAC. Grayscale: #484848. Windows color (decimal): -5303469 or 5444527. OLE color: 5444527.

HSL color Cylindrical-coordinate representation of color #AF1353: hue angle of 335.38º 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 #AF1353 is Cyan = 0, Magento = 0.89, Yellow = 0.53 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 19 83 -
CMYK 0 0.89 0.53 0.31
HSL 335.38º 0.8% 0.38% -
HSV(B) 335.38º 0.89% 0.69% -
XYZ 19.47 10.2 9.13 -
YUV 72.94 133.68 200.8 -
System Red Green Blue C M Y K H S L
Decimal 175 19 83 0 0.89 0.53 0.31 335.38 0.8 0.38
Hex AF 13 53 0 59 35 1F 14F 50 26
Octal 257 23 123 0 131 65 37 517 120 46
Binary 10101111 10011 1010011 0 1011001 110101 11111 101001111 1010000 100110

Color Harmonies of #AF1353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1353

Black with #AF1353

Text Example


Text Example

White with #AF1353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1353; }

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

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

background-color css

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

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

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

border-color css

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

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

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