Html Css Color HEX #4C213D Barossa

📋 copy color: '#4C213D'

red 76 ◦ green 33 ◦ blue 61

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

Shades of Barossa #4C213D

Tints of Barossa #4C213D

RGB

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

 GREEN value IS 33 (13.28% from 255) = 19.41%

 BLUE value IS 61 (24.22% from 255) = 35.88%

R = 44.71%
G = 19.41%
B = 35.88%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.20

 K value IS 0.70

RGB Variations

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

Color information

#4C213D (or 0x4C213D) is known color: Barossa. HEX triplet: 4C, 21 and 3D. RGB value is (76,33,61). Sum of RGB (Red+Green+Blue) = 76+33+61=170 (22% of max value = 765). Red value is 76 (30.08% from 255 or 44.71% from 170); Green value is 33 (13.28% from 255 or 19.41% from 170); Blue value is 61 (24.22% from 255 or 35.88% from 170); Max value from RGB is 76 - color contains mainly: red. Hex color #4C213D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C213D is #B3DEC2. Grayscale: #303030. Windows color (decimal): -11787971 or 4006220. OLE color: 4006220.

HSL color Cylindrical-coordinate representation of color #4C213D: hue angle of 320.93º degrees, saturation: 0.39, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4C213D is Cyan = 0, Magento = 0.57, Yellow = 0.20 and Black (K on CMYK) = 0.70.

Color convert

RGB 76 33 61 -
CMYK 0 0.57 0.20 0.70
HSL 320.93º 0.39% 0.21% -
HSV(B) 320.93º 0.57% 0.3% -
XYZ 4.37 2.96 4.76 -
YUV 49.05 134.75 147.22 -
System Red Green Blue C M Y K H S L
Decimal 76 33 61 0 0.57 0.20 0.70 320.93 0.39 0.21
Hex 4C 21 3D 0 39 14 46 141 27 15
Octal 114 41 75 0 71 24 106 501 47 25
Binary 1001100 100001 111101 0 111001 10100 1000110 101000001 100111 10101

Color Harmonies of #4C213D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C213D

Black with #4C213D

Text Example


Text Example

White with #4C213D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,33,61); }

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

background-color css

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

 a { background-color: rgb(76,33,61); }

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

border-color css

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

 span { border-color: rgb(76,33,61); }

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