Html Css Color HEX #AF134C Jazzberry Jam

📋 copy color: '#AF134C'

red 175 ◦ green 19 ◦ blue 76

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

Shades of Jazzberry Jam #AF134C

Tints of Jazzberry Jam #AF134C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 28.15%

R = 64.81%
G = 7.04%
B = 28.15%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.57

 K value IS 0.31

RGB Variations

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

Color information

#AF134C (or 0xAF134C) is known color: Jazzberry Jam. HEX triplet: AF, 13 and 4C. RGB value is (175,19,76). Sum of RGB (Red+Green+Blue) = 175+19+76=270 (35% of max value = 765). Red value is 175 (68.75% from 255 or 64.81% from 270); Green value is 19 (7.81% from 255 or 7.04% from 270); Blue value is 76 (30.08% from 255 or 28.15% from 270); Max value from RGB is 175 - color contains mainly: red. Hex color #AF134C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF134C is #50ECB3. Grayscale: #484848. Windows color (decimal): -5303476 or 4985775. OLE color: 4985775.

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

Color convert

RGB 175 19 76 -
CMYK 0 0.89 0.57 0.31
HSL 338.08º 0.8% 0.38% -
HSV(B) 338.08º 0.89% 0.69% -
XYZ 19.22 10.1 7.77 -
YUV 72.14 130.18 201.37 -
System Red Green Blue C M Y K H S L
Decimal 175 19 76 0 0.89 0.57 0.31 338.08 0.8 0.38
Hex AF 13 4C 0 59 39 1F 152 50 26
Octal 257 23 114 0 131 71 37 522 120 46
Binary 10101111 10011 1001100 0 1011001 111001 11111 101010010 1010000 100110

Color Harmonies of #AF134C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF134C

Black with #AF134C

Text Example


Text Example

White with #AF134C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF134C; }

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

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

background-color css

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

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

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

border-color css

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

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

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