Html Css Color HEX #4C2230 Castro

📋 copy color: '#4C2230'

red 76 ◦ green 34 ◦ blue 48

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

Shades of Castro #4C2230

Tints of Castro #4C2230

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 30.38%

R = 48.1%
G = 21.52%
B = 30.38%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.37

 K value IS 0.70

RGB Variations

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

Color information

#4C2230 (or 0x4C2230) is known color: Castro. HEX triplet: 4C, 22 and 30. RGB value is (76,34,48). Sum of RGB (Red+Green+Blue) = 76+34+48=158 (20% of max value = 765). Red value is 76 (30.08% from 255 or 48.10% from 158); Green value is 34 (13.67% from 255 or 21.52% from 158); Blue value is 48 (19.14% from 255 or 30.38% from 158); Max value from RGB is 76 - color contains mainly: red. Hex color #4C2230 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C2230 is #B3DDCF. Grayscale: #303030. Windows color (decimal): -11787728 or 3154508. OLE color: 3154508.

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

Color convert

RGB 76 34 48 -
CMYK 0 0.55 0.37 0.70
HSL 340º 0.38% 0.22% -
HSV(B) 340º 0.55% 0.3% -
XYZ 4.09 2.89 3.14 -
YUV 48.15 127.91 147.86 -
System Red Green Blue C M Y K H S L
Decimal 76 34 48 0 0.55 0.37 0.70 340 0.38 0.22
Hex 4C 22 30 0 37 25 46 154 26 16
Octal 114 42 60 0 67 45 106 524 46 26
Binary 1001100 100010 110000 0 110111 100101 1000110 101010100 100110 10110

Color Harmonies of #4C2230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C2230

Black with #4C2230

Text Example


Text Example

White with #4C2230

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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