Html Css Color HEX #A7033A Jazzberry Jam

📋 copy color: '#A7033A'

red 167 ◦ green 3 ◦ blue 58

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

Shades of Jazzberry Jam #A7033A

Tints of Jazzberry Jam #A7033A

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.32%

 BLUE value IS 58 (23.05% from 255) = 25.44%

R = 73.25%
G = 1.32%
B = 25.44%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.65

 K value IS 0.35

RGB Variations

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

Color information

#A7033A (or 0xA7033A) is known color: Jazzberry Jam. HEX triplet: A7, 03 and 3A. RGB value is (167,3,58). Sum of RGB (Red+Green+Blue) = 167+3+58=228 (30% of max value = 765). Red value is 167 (65.62% from 255 or 73.25% from 228); Green value is 3 (1.56% from 255 or 1.32% from 228); Blue value is 58 (23.05% from 255 or 25.44% from 228); Max value from RGB is 167 - color contains mainly: red. Hex color #A7033A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A7033A is #58FCC5. Grayscale: #3A3A3A. Windows color (decimal): -5831878 or 3802023. OLE color: 3802023.

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

Color convert

RGB 167 3 58 -
CMYK 0 0.98 0.65 0.35
HSL 339.88º 0.96% 0.33% -
HSV(B) 339.88º 0.98% 0.65% -
XYZ 16.73 8.59 4.78 -
YUV 58.31 127.83 205.53 -
System Red Green Blue C M Y K H S L
Decimal 167 3 58 0 0.98 0.65 0.35 339.88 0.96 0.33
Hex A7 3 3A 0 62 41 23 154 60 21
Octal 247 3 72 0 142 101 43 524 140 41
Binary 10100111 11 111010 0 1100010 1000001 100011 101010100 1100000 100001

Color Harmonies of #A7033A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7033A

Black with #A7033A

Text Example


Text Example

White with #A7033A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7033A; }

 p { color: rgb(167,3,58); }

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

background-color css

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

 a { background-color: rgb(167,3,58); }

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

border-color css

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

 span { border-color: rgb(167,3,58); }

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