Html Css Color HEX #AF134F Jazzberry Jam

📋 copy color: '#AF134F'

red 175 ◦ green 19 ◦ blue 79

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

Shades of Jazzberry Jam #AF134F

Tints of Jazzberry Jam #AF134F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 28.94%

R = 64.1%
G = 6.96%
B = 28.94%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.55

 K value IS 0.31

RGB Variations

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

Color information

#AF134F (or 0xAF134F) is known color: Jazzberry Jam. HEX triplet: AF, 13 and 4F. RGB value is (175,19,79). Sum of RGB (Red+Green+Blue) = 175+19+79=273 (36% of max value = 765). Red value is 175 (68.75% from 255 or 64.10% from 273); Green value is 19 (7.81% from 255 or 6.96% from 273); Blue value is 79 (31.25% from 255 or 28.94% from 273); Max value from RGB is 175 - color contains mainly: red. Hex color #AF134F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF134F is #50ECB0. Grayscale: #484848. Windows color (decimal): -5303473 or 5182383. OLE color: 5182383.

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

Color convert

RGB 175 19 79 -
CMYK 0 0.89 0.55 0.31
HSL 336.92º 0.8% 0.38% -
HSV(B) 336.92º 0.89% 0.69% -
XYZ 19.32 10.14 8.34 -
YUV 72.48 131.68 201.12 -
System Red Green Blue C M Y K H S L
Decimal 175 19 79 0 0.89 0.55 0.31 336.92 0.8 0.38
Hex AF 13 4F 0 59 37 1F 151 50 26
Octal 257 23 117 0 131 67 37 521 120 46
Binary 10101111 10011 1001111 0 1011001 110111 11111 101010001 1010000 100110

Color Harmonies of #AF134F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF134F

Black with #AF134F

Text Example


Text Example

White with #AF134F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF134F; }

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

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

background-color css

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

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

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

border-color css

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

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

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