Html Css Color HEX #A7033D Jazzberry Jam

📋 copy color: '#A7033D'

red 167 ◦ green 3 ◦ blue 61

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

Shades of Jazzberry Jam #A7033D

Tints of Jazzberry Jam #A7033D

RGB

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

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

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

R = 72.29%
G = 1.3%
B = 26.41%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.63

 K value IS 0.35

RGB Variations

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

Color information

#A7033D (or 0xA7033D) is known color: Jazzberry Jam. HEX triplet: A7, 03 and 3D. RGB value is (167,3,61). Sum of RGB (Red+Green+Blue) = 167+3+61=231 (30% of max value = 765). Red value is 167 (65.62% from 255 or 72.29% from 231); Green value is 3 (1.56% from 255 or 1.30% from 231); Blue value is 61 (24.22% from 255 or 26.41% from 231); Max value from RGB is 167 - color contains mainly: red. Hex color #A7033D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A7033D is #58FCC2. Grayscale: #3A3A3A. Windows color (decimal): -5831875 or 3998631. OLE color: 3998631.

HSL color Cylindrical-coordinate representation of color #A7033D: hue angle of 338.78º 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 #A7033D is Cyan = 0, Magento = 0.98, Yellow = 0.63 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 3 61 -
CMYK 0 0.98 0.63 0.35
HSL 338.78º 0.96% 0.33% -
HSV(B) 338.78º 0.98% 0.65% -
XYZ 16.81 8.62 5.19 -
YUV 58.65 129.33 205.28 -
System Red Green Blue C M Y K H S L
Decimal 167 3 61 0 0.98 0.63 0.35 338.78 0.96 0.33
Hex A7 3 3D 0 62 3F 23 153 60 21
Octal 247 3 75 0 142 77 43 523 140 41
Binary 10100111 11 111101 0 1100010 111111 100011 101010011 1100000 100001

Color Harmonies of #A7033D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7033D

Black with #A7033D

Text Example


Text Example

White with #A7033D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7033D; }

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

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

background-color css

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

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

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

border-color css

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

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

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