Html Css Color HEX #AF154D Jazzberry Jam

📋 copy color: '#AF154D'

red 175 ◦ green 21 ◦ blue 77

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

Shades of Jazzberry Jam #AF154D

Tints of Jazzberry Jam #AF154D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 28.21%

R = 64.1%
G = 7.69%
B = 28.21%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.56

 K value IS 0.31

RGB Variations

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

Color information

#AF154D (or 0xAF154D) is known color: Jazzberry Jam. HEX triplet: AF, 15 and 4D. RGB value is (175,21,77). Sum of RGB (Red+Green+Blue) = 175+21+77=273 (36% of max value = 765). Red value is 175 (68.75% from 255 or 64.10% from 273); Green value is 21 (8.59% from 255 or 7.69% from 273); Blue value is 77 (30.47% from 255 or 28.21% from 273); Max value from RGB is 175 - color contains mainly: red. Hex color #AF154D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF154D is #50EAB2. Grayscale: #494949. Windows color (decimal): -5302963 or 5051823. OLE color: 5051823.

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

Color convert

RGB 175 21 77 -
CMYK 0 0.88 0.56 0.31
HSL 338.18º 0.79% 0.38% -
HSV(B) 338.18º 0.88% 0.69% -
XYZ 19.29 10.19 7.97 -
YUV 73.43 130.02 200.45 -
System Red Green Blue C M Y K H S L
Decimal 175 21 77 0 0.88 0.56 0.31 338.18 0.79 0.38
Hex AF 15 4D 0 58 38 1F 152 4F 26
Octal 257 25 115 0 130 70 37 522 117 46
Binary 10101111 10101 1001101 0 1011000 111000 11111 101010010 1001111 100110

Color Harmonies of #AF154D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF154D

Black with #AF154D

Text Example


Text Example

White with #AF154D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF154D; }

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

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

background-color css

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

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

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

border-color css

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

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

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