Html Css Color HEX #AF144B Jazzberry Jam

📋 copy color: '#AF144B'

red 175 ◦ green 20 ◦ blue 75

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

Shades of Jazzberry Jam #AF144B

Tints of Jazzberry Jam #AF144B

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.41%

 BLUE value IS 75 (29.69% from 255) = 27.78%

R = 64.81%
G = 7.41%
B = 27.78%

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

#AF144B (or 0xAF144B) is known color: Jazzberry Jam. HEX triplet: AF, 14 and 4B. RGB value is (175,20,75). Sum of RGB (Red+Green+Blue) = 175+20+75=270 (35% of max value = 765). Red value is 175 (68.75% from 255 or 64.81% from 270); Green value is 20 (8.20% from 255 or 7.41% from 270); Blue value is 75 (29.69% from 255 or 27.78% from 270); Max value from RGB is 175 - color contains mainly: red. Hex color #AF144B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF144B is #50EBB4. Grayscale: #484848. Windows color (decimal): -5303221 or 4920495. OLE color: 4920495.

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

Color convert

RGB 175 20 75 -
CMYK 0 0.89 0.57 0.31
HSL 338.71º 0.79% 0.38% -
HSV(B) 338.71º 0.89% 0.69% -
XYZ 19.2 10.12 7.6 -
YUV 72.62 129.35 201.03 -
System Red Green Blue C M Y K H S L
Decimal 175 20 75 0 0.89 0.57 0.31 338.71 0.79 0.38
Hex AF 14 4B 0 59 39 1F 153 4F 26
Octal 257 24 113 0 131 71 37 523 117 46
Binary 10101111 10100 1001011 0 1011001 111001 11111 101010011 1001111 100110

Color Harmonies of #AF144B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF144B

Black with #AF144B

Text Example


Text Example

White with #AF144B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF144B; }

 p { color: rgb(175,20,75); }

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

background-color css

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

 a { background-color: rgb(175,20,75); }

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

border-color css

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

 span { border-color: rgb(175,20,75); }

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