Html Css Color HEX #4C2237 Barossa

📋 copy color: '#4C2237'

red 76 ◦ green 34 ◦ blue 55

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

Shades of Barossa #4C2237

Tints of Barossa #4C2237

RGB

 RED value IS 76 (30.08% from 255) = 46.06%

 GREEN value IS 34 (13.67% from 255) = 20.61%

 BLUE value IS 55 (21.88% from 255) = 33.33%

R = 46.06%
G = 20.61%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.28

 K value IS 0.70

RGB Variations

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

Color information

#4C2237 (or 0x4C2237) is known color: Barossa. HEX triplet: 4C, 22 and 37. RGB value is (76,34,55). Sum of RGB (Red+Green+Blue) = 76+34+55=165 (21% of max value = 765). Red value is 76 (30.08% from 255 or 46.06% from 165); Green value is 34 (13.67% from 255 or 20.61% from 165); Blue value is 55 (21.88% from 255 or 33.33% from 165); Max value from RGB is 76 - color contains mainly: red. Hex color #4C2237 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C2237 is #B3DDC8. Grayscale: #303030. Windows color (decimal): -11787721 or 3613260. OLE color: 3613260.

HSL color Cylindrical-coordinate representation of color #4C2237: hue angle of 330º degrees, saturation: 0.38, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4C2237 is Cyan = 0, Magento = 0.55, Yellow = 0.28 and Black (K on CMYK) = 0.70.

Color convert

RGB 76 34 55 -
CMYK 0 0.55 0.28 0.70
HSL 330º 0.38% 0.22% -
HSV(B) 330º 0.55% 0.3% -
XYZ 4.24 2.96 3.96 -
YUV 48.95 131.41 147.29 -
System Red Green Blue C M Y K H S L
Decimal 76 34 55 0 0.55 0.28 0.70 330 0.38 0.22
Hex 4C 22 37 0 37 1C 46 14A 26 16
Octal 114 42 67 0 67 34 106 512 46 26
Binary 1001100 100010 110111 0 110111 11100 1000110 101001010 100110 10110

Color Harmonies of #4C2237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C2237

Black with #4C2237

Text Example


Text Example

White with #4C2237

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4C2237; }

 p { color: rgb(76,34,55); }

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

background-color css

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

 a { background-color: rgb(76,34,55); }

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

border-color css

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

 span { border-color: rgb(76,34,55); }

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