Html Css Color HEX #A4236D Jazzberry Jam

📋 copy color: '#A4236D'

red 164 ◦ green 35 ◦ blue 109

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

Shades of Jazzberry Jam #A4236D

Tints of Jazzberry Jam #A4236D

RGB

 RED value IS 164 (64.45% from 255) = 53.25%

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

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

R = 53.25%
G = 11.36%
B = 35.39%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.34

 K value IS 0.36

RGB Variations

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

Color information

#A4236D (or 0xA4236D) is known color: Jazzberry Jam. HEX triplet: A4, 23 and 6D. RGB value is (164,35,109). Sum of RGB (Red+Green+Blue) = 164+35+109=308 (40% of max value = 765). Red value is 164 (64.45% from 255 or 53.25% from 308); Green value is 35 (14.06% from 255 or 11.36% from 308); Blue value is 109 (42.97% from 255 or 35.39% from 308); Max value from RGB is 164 - color contains mainly: red. Hex color #A4236D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A4236D is #5BDC92. Grayscale: #515151. Windows color (decimal): -6020243 or 7152548. OLE color: 7152548.

HSL color Cylindrical-coordinate representation of color #A4236D: hue angle of 325.58º 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 #A4236D is Cyan = 0, Magento = 0.79, Yellow = 0.34 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 35 109 -
CMYK 0 0.79 0.34 0.36
HSL 325.58º 0.65% 0.39% -
HSV(B) 325.58º 0.79% 0.64% -
XYZ 18.67 10.2 15.45 -
YUV 82.01 143.24 186.48 -
System Red Green Blue C M Y K H S L
Decimal 164 35 109 0 0.79 0.34 0.36 325.58 0.65 0.39
Hex A4 23 6D 0 4F 22 24 146 41 27
Octal 244 43 155 0 117 42 44 506 101 47
Binary 10100100 100011 1101101 0 1001111 100010 100100 101000110 1000001 100111

Color Harmonies of #A4236D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4236D

Black with #A4236D

Text Example


Text Example

White with #A4236D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4236D; }

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

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

background-color css

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

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

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

border-color css

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

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

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