Html Css Color HEX #AF174D Jazzberry Jam

📋 copy color: '#AF174D'

red 175 ◦ green 23 ◦ blue 77

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

Shades of Jazzberry Jam #AF174D

Tints of Jazzberry Jam #AF174D

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.36%

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

R = 63.64%
G = 8.36%
B = 28%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.56

 K value IS 0.31

RGB Variations

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

Color information

#AF174D (or 0xAF174D) is known color: Jazzberry Jam. HEX triplet: AF, 17 and 4D. RGB value is (175,23,77). Sum of RGB (Red+Green+Blue) = 175+23+77=275 (36% of max value = 765). Red value is 175 (68.75% from 255 or 63.64% from 275); Green value is 23 (9.38% from 255 or 8.36% from 275); Blue value is 77 (30.47% from 255 or 28% from 275); Max value from RGB is 175 - color contains mainly: red. Hex color #AF174D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF174D is #50E8B2. Grayscale: #4A4A4A. Windows color (decimal): -5302451 or 5052335. OLE color: 5052335.

HSL color Cylindrical-coordinate representation of color #AF174D: hue angle of 338.68º degrees, saturation: 0.77, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AF174D is Cyan = 0, Magento = 0.87, Yellow = 0.56 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 23 77 -
CMYK 0 0.87 0.56 0.31
HSL 338.68º 0.77% 0.39% -
HSV(B) 338.68º 0.87% 0.69% -
XYZ 19.33 10.26 7.98 -
YUV 74.6 129.36 199.61 -
System Red Green Blue C M Y K H S L
Decimal 175 23 77 0 0.87 0.56 0.31 338.68 0.77 0.39
Hex AF 17 4D 0 57 38 1F 153 4D 27
Octal 257 27 115 0 127 70 37 523 115 47
Binary 10101111 10111 1001101 0 1010111 111000 11111 101010011 1001101 100111

Color Harmonies of #AF174D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF174D

Black with #AF174D

Text Example


Text Example

White with #AF174D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF174D; }

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

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

background-color css

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

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

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

border-color css

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

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

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