Html Css Color HEX #AF0750 Jazzberry Jam

📋 copy color: '#AF0750'

red 175 ◦ green 7 ◦ blue 80

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

Shades of Jazzberry Jam #AF0750

Tints of Jazzberry Jam #AF0750

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.67%

 BLUE value IS 80 (31.64% from 255) = 30.53%

R = 66.79%
G = 2.67%
B = 30.53%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.54

 K value IS 0.31

RGB Variations

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

Color information

#AF0750 (or 0xAF0750) is known color: Jazzberry Jam. HEX triplet: AF, 07 and 50. RGB value is (175,7,80). Sum of RGB (Red+Green+Blue) = 175+7+80=262 (34% of max value = 765). Red value is 175 (68.75% from 255 or 66.79% from 262); Green value is 7 (3.12% from 255 or 2.67% from 262); Blue value is 80 (31.64% from 255 or 30.53% from 262); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0750 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF0750 is #50F8AF. Grayscale: #414141. Windows color (decimal): -5306544 or 5244847. OLE color: 5244847.

HSL color Cylindrical-coordinate representation of color #AF0750: hue angle of 333.93º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AF0750 is Cyan = 0, Magento = 0.96, Yellow = 0.54 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 7 80 -
CMYK 0 0.96 0.54 0.31
HSL 333.93º 0.92% 0.36% -
HSV(B) 333.93º 0.96% 0.69% -
XYZ 19.2 9.85 8.48 -
YUV 65.55 136.16 206.06 -
System Red Green Blue C M Y K H S L
Decimal 175 7 80 0 0.96 0.54 0.31 333.93 0.92 0.36
Hex AF 7 50 0 60 36 1F 14E 5C 24
Octal 257 7 120 0 140 66 37 516 134 44
Binary 10101111 111 1010000 0 1100000 110110 11111 101001110 1011100 100100

Color Harmonies of #AF0750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0750

Black with #AF0750

Text Example


Text Example

White with #AF0750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0750; }

 p { color: rgb(175,7,80); }

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

background-color css

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

 a { background-color: rgb(175,7,80); }

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

border-color css

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

 span { border-color: rgb(175,7,80); }

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