Html Css Color HEX #A3236D Jazzberry Jam

📋 copy color: '#A3236D'

red 163 ◦ green 35 ◦ blue 109

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

Shades of Jazzberry Jam #A3236D

Tints of Jazzberry Jam #A3236D

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.4%

 BLUE value IS 109 (42.97% from 255) = 35.5%

R = 53.09%
G = 11.4%
B = 35.5%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.33

 K value IS 0.36

RGB Variations

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

Color information

#A3236D (or 0xA3236D) is known color: Jazzberry Jam. HEX triplet: A3, 23 and 6D. RGB value is (163,35,109). Sum of RGB (Red+Green+Blue) = 163+35+109=307 (40% of max value = 765). Red value is 163 (64.06% from 255 or 53.09% from 307); Green value is 35 (14.06% from 255 or 11.40% from 307); Blue value is 109 (42.97% from 255 or 35.50% from 307); Max value from RGB is 163 - color contains mainly: red. Hex color #A3236D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A3236D is #5CDC92. Grayscale: #515151. Windows color (decimal): -6085779 or 7152547. OLE color: 7152547.

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

Color convert

RGB 163 35 109 -
CMYK 0 0.79 0.33 0.36
HSL 325.31º 0.65% 0.39% -
HSV(B) 325.31º 0.79% 0.64% -
XYZ 18.47 10.09 15.44 -
YUV 81.71 143.41 185.98 -
System Red Green Blue C M Y K H S L
Decimal 163 35 109 0 0.79 0.33 0.36 325.31 0.65 0.39
Hex A3 23 6D 0 4F 21 24 145 41 27
Octal 243 43 155 0 117 41 44 505 101 47
Binary 10100011 100011 1101101 0 1001111 100001 100100 101000101 1000001 100111

Color Harmonies of #A3236D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3236D

Black with #A3236D

Text Example


Text Example

White with #A3236D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3236D; }

 p { color: rgb(163,35,109); }

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

background-color css

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

 a { background-color: rgb(163,35,109); }

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

border-color css

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

 span { border-color: rgb(163,35,109); }

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