Html Css Color HEX #A3013E Jazzberry Jam

📋 copy color: '#A3013E'

red 163 ◦ green 1 ◦ blue 62

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

Shades of Jazzberry Jam #A3013E

Tints of Jazzberry Jam #A3013E

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.44%

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

R = 72.12%
G = 0.44%
B = 27.43%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.62

 K value IS 0.36

RGB Variations

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

Color information

#A3013E (or 0xA3013E) is known color: Jazzberry Jam. HEX triplet: A3, 01 and 3E. RGB value is (163,1,62). Sum of RGB (Red+Green+Blue) = 163+1+62=226 (29% of max value = 765). Red value is 163 (64.06% from 255 or 72.12% from 226); Green value is 1 (0.78% from 255 or 0.44% from 226); Blue value is 62 (24.61% from 255 or 27.43% from 226); Max value from RGB is 163 - color contains mainly: red. Hex color #A3013E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A3013E is #5CFEC1. Grayscale: #383838. Windows color (decimal): -6094530 or 4063651. OLE color: 4063651.

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

Color convert

RGB 163 1 62 -
CMYK 0 0.99 0.62 0.36
HSL 337.41º 0.99% 0.32% -
HSV(B) 337.41º 0.99% 0.64% -
XYZ 15.98 8.16 5.29 -
YUV 56.39 131.17 204.04 -
System Red Green Blue C M Y K H S L
Decimal 163 1 62 0 0.99 0.62 0.36 337.41 0.99 0.32
Hex A3 1 3E 0 63 3E 24 151 63 20
Octal 243 1 76 0 143 76 44 521 143 40
Binary 10100011 1 111110 0 1100011 111110 100100 101010001 1100011 100000

Color Harmonies of #A3013E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3013E

Black with #A3013E

Text Example


Text Example

White with #A3013E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3013E; }

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

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

background-color css

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

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

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

border-color css

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

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

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