Html Css Color HEX #A7023D Jazzberry Jam

📋 copy color: '#A7023D'

red 167 ◦ green 2 ◦ blue 61

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

Shades of Jazzberry Jam #A7023D

Tints of Jazzberry Jam #A7023D

RGB

 RED value IS 167 (65.63% from 255) = 72.61%

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

 BLUE value IS 61 (24.22% from 255) = 26.52%

R = 72.61%
G = 0.87%
B = 26.52%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.63

 K value IS 0.35

RGB Variations

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

Color information

#A7023D (or 0xA7023D) is known color: Jazzberry Jam. HEX triplet: A7, 02 and 3D. RGB value is (167,2,61). Sum of RGB (Red+Green+Blue) = 167+2+61=230 (30% of max value = 765). Red value is 167 (65.62% from 255 or 72.61% from 230); Green value is 2 (1.17% from 255 or 0.87% from 230); Blue value is 61 (24.22% from 255 or 26.52% from 230); Max value from RGB is 167 - color contains mainly: red. Hex color #A7023D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A7023D is #58FDC2. Grayscale: #393939. Windows color (decimal): -5832131 or 3998375. OLE color: 3998375.

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

Color convert

RGB 167 2 61 -
CMYK 0 0.99 0.63 0.35
HSL 338.55º 0.98% 0.33% -
HSV(B) 338.55º 0.99% 0.65% -
XYZ 16.8 8.6 5.19 -
YUV 58.06 129.66 205.7 -
System Red Green Blue C M Y K H S L
Decimal 167 2 61 0 0.99 0.63 0.35 338.55 0.98 0.33
Hex A7 2 3D 0 63 3F 23 153 62 21
Octal 247 2 75 0 143 77 43 523 142 41
Binary 10100111 10 111101 0 1100011 111111 100011 101010011 1100010 100001

Color Harmonies of #A7023D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7023D

Black with #A7023D

Text Example


Text Example

White with #A7023D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7023D; }

 p { color: rgb(167,2,61); }

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

background-color css

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

 a { background-color: rgb(167,2,61); }

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

border-color css

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

 span { border-color: rgb(167,2,61); }

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