Html Css Color HEX #A3033E Jazzberry Jam

📋 copy color: '#A3033E'

red 163 ◦ green 3 ◦ blue 62

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

Shades of Jazzberry Jam #A3033E

Tints of Jazzberry Jam #A3033E

RGB

 RED value IS 163 (64.06% from 255) = 71.49%

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

 BLUE value IS 62 (24.61% from 255) = 27.19%

R = 71.49%
G = 1.32%
B = 27.19%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.62

 K value IS 0.36

RGB Variations

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

Color information

#A3033E (or 0xA3033E) is known color: Jazzberry Jam. HEX triplet: A3, 03 and 3E. RGB value is (163,3,62). Sum of RGB (Red+Green+Blue) = 163+3+62=228 (30% of max value = 765). Red value is 163 (64.06% from 255 or 71.49% from 228); Green value is 3 (1.56% from 255 or 1.32% from 228); Blue value is 62 (24.61% from 255 or 27.19% from 228); Max value from RGB is 163 - color contains mainly: red. Hex color #A3033E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A3033E is #5CFCC1. Grayscale: #393939. Windows color (decimal): -6094018 or 4064163. OLE color: 4064163.

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

Color convert

RGB 163 3 62 -
CMYK 0 0.98 0.62 0.36
HSL 337.88º 0.96% 0.33% -
HSV(B) 337.88º 0.98% 0.64% -
XYZ 16.01 8.2 5.3 -
YUV 57.57 130.51 203.2 -
System Red Green Blue C M Y K H S L
Decimal 163 3 62 0 0.98 0.62 0.36 337.88 0.96 0.33
Hex A3 3 3E 0 62 3E 24 152 60 21
Octal 243 3 76 0 142 76 44 522 140 41
Binary 10100011 11 111110 0 1100010 111110 100100 101010010 1100000 100001

Color Harmonies of #A3033E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3033E

Black with #A3033E

Text Example


Text Example

White with #A3033E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3033E; }

 p { color: rgb(163,3,62); }

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

background-color css

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

 a { background-color: rgb(163,3,62); }

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

border-color css

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

 span { border-color: rgb(163,3,62); }

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