Html Css Color HEX #4C2231 Castro

📋 copy color: '#4C2231'

red 76 ◦ green 34 ◦ blue 49

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

Shades of Castro #4C2231

Tints of Castro #4C2231

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 30.82%

R = 47.8%
G = 21.38%
B = 30.82%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.36

 K value IS 0.70

RGB Variations

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

Color information

#4C2231 (or 0x4C2231) is known color: Castro. HEX triplet: 4C, 22 and 31. RGB value is (76,34,49). Sum of RGB (Red+Green+Blue) = 76+34+49=159 (21% of max value = 765). Red value is 76 (30.08% from 255 or 47.80% from 159); Green value is 34 (13.67% from 255 or 21.38% from 159); Blue value is 49 (19.53% from 255 or 30.82% from 159); Max value from RGB is 76 - color contains mainly: red. Hex color #4C2231 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C2231 is #B3DDCE. Grayscale: #303030. Windows color (decimal): -11787727 or 3220044. OLE color: 3220044.

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

Color convert

RGB 76 34 49 -
CMYK 0 0.55 0.36 0.70
HSL 338.57º 0.38% 0.22% -
HSV(B) 338.57º 0.55% 0.3% -
XYZ 4.11 2.9 3.25 -
YUV 48.27 128.41 147.78 -
System Red Green Blue C M Y K H S L
Decimal 76 34 49 0 0.55 0.36 0.70 338.57 0.38 0.22
Hex 4C 22 31 0 37 24 46 153 26 16
Octal 114 42 61 0 67 44 106 523 46 26
Binary 1001100 100010 110001 0 110111 100100 1000110 101010011 100110 10110

Color Harmonies of #4C2231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C2231

Black with #4C2231

Text Example


Text Example

White with #4C2231

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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