Html Css Color HEX #4C2232 Castro

📋 copy color: '#4C2232'

red 76 ◦ green 34 ◦ blue 50

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

Shades of Castro #4C2232

Tints of Castro #4C2232

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 31.25%

R = 47.5%
G = 21.25%
B = 31.25%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.34

 K value IS 0.70

RGB Variations

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

Color information

#4C2232 (or 0x4C2232) is known color: Castro. HEX triplet: 4C, 22 and 32. RGB value is (76,34,50). Sum of RGB (Red+Green+Blue) = 76+34+50=160 (21% of max value = 765). Red value is 76 (30.08% from 255 or 47.5% from 160); Green value is 34 (13.67% from 255 or 21.25% from 160); Blue value is 50 (19.92% from 255 or 31.25% from 160); Max value from RGB is 76 - color contains mainly: red. Hex color #4C2232 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C2232 is #B3DDCD. Grayscale: #303030. Windows color (decimal): -11787726 or 3285580. OLE color: 3285580.

HSL color Cylindrical-coordinate representation of color #4C2232: hue angle of 337.14º 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 #4C2232 is Cyan = 0, Magento = 0.55, Yellow = 0.34 and Black (K on CMYK) = 0.70.

Color convert

RGB 76 34 50 -
CMYK 0 0.55 0.34 0.70
HSL 337.14º 0.38% 0.22% -
HSV(B) 337.14º 0.55% 0.3% -
XYZ 4.13 2.91 3.36 -
YUV 48.38 128.91 147.7 -
System Red Green Blue C M Y K H S L
Decimal 76 34 50 0 0.55 0.34 0.70 337.14 0.38 0.22
Hex 4C 22 32 0 37 22 46 151 26 16
Octal 114 42 62 0 67 42 106 521 46 26
Binary 1001100 100010 110010 0 110111 100010 1000110 101010001 100110 10110

Color Harmonies of #4C2232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C2232

Black with #4C2232

Text Example


Text Example

White with #4C2232

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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