Html Css Color HEX #AF0245 Jazzberry Jam

📋 copy color: '#AF0245'

red 175 ◦ green 2 ◦ blue 69

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

Shades of Jazzberry Jam #AF0245

Tints of Jazzberry Jam #AF0245

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.81%

 BLUE value IS 69 (27.34% from 255) = 28.05%

R = 71.14%
G = 0.81%
B = 28.05%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.61

 K value IS 0.31

RGB Variations

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

Color information

#AF0245 (or 0xAF0245) is known color: Jazzberry Jam. HEX triplet: AF, 02 and 45. RGB value is (175,2,69). Sum of RGB (Red+Green+Blue) = 175+2+69=246 (32% of max value = 765). Red value is 175 (68.75% from 255 or 71.14% from 246); Green value is 2 (1.17% from 255 or 0.81% from 246); Blue value is 69 (27.34% from 255 or 28.05% from 246); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0245 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF0245 is #50FDBA. Grayscale: #3D3D3D. Windows color (decimal): -5307835 or 4522671. OLE color: 4522671.

HSL color Cylindrical-coordinate representation of color #AF0245: hue angle of 336.76º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AF0245 is Cyan = 0, Magento = 0.99, Yellow = 0.61 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 2 69 -
CMYK 0 0.99 0.61 0.31
HSL 336.76º 0.98% 0.35% -
HSV(B) 336.76º 0.99% 0.69% -
XYZ 18.78 9.59 6.49 -
YUV 61.37 132.31 209.05 -
System Red Green Blue C M Y K H S L
Decimal 175 2 69 0 0.99 0.61 0.31 336.76 0.98 0.35
Hex AF 2 45 0 63 3D 1F 151 62 23
Octal 257 2 105 0 143 75 37 521 142 43
Binary 10101111 10 1000101 0 1100011 111101 11111 101010001 1100010 100011

Color Harmonies of #AF0245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0245

Black with #AF0245

Text Example


Text Example

White with #AF0245

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0245; }

 p { color: rgb(175,2,69); }

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

background-color css

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

 a { background-color: rgb(175,2,69); }

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

border-color css

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

 span { border-color: rgb(175,2,69); }

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