Html Css Color HEX #4C2330 Castro

📋 copy color: '#4C2330'

red 76 ◦ green 35 ◦ blue 48

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

Shades of Castro #4C2330

Tints of Castro #4C2330

RGB

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

 GREEN value IS 35 (14.06% from 255) = 22.01%

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

R = 47.8%
G = 22.01%
B = 30.19%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.37

 K value IS 0.70

RGB Variations

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

Color information

#4C2330 (or 0x4C2330) is known color: Castro. HEX triplet: 4C, 23 and 30. RGB value is (76,35,48). Sum of RGB (Red+Green+Blue) = 76+35+48=159 (21% of max value = 765). Red value is 76 (30.08% from 255 or 47.80% from 159); Green value is 35 (14.06% from 255 or 22.01% from 159); Blue value is 48 (19.14% from 255 or 30.19% from 159); Max value from RGB is 76 - color contains mainly: red. Hex color #4C2330 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C2330 is #B3DCCF. Grayscale: #303030. Windows color (decimal): -11787472 or 3154764. OLE color: 3154764.

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

Color convert

RGB 76 35 48 -
CMYK 0 0.54 0.37 0.70
HSL 340.98º 0.37% 0.22% -
HSV(B) 340.98º 0.54% 0.3% -
XYZ 4.12 2.95 3.15 -
YUV 48.74 127.58 147.44 -
System Red Green Blue C M Y K H S L
Decimal 76 35 48 0 0.54 0.37 0.70 340.98 0.37 0.22
Hex 4C 23 30 0 36 25 46 155 25 16
Octal 114 43 60 0 66 45 106 525 45 26
Binary 1001100 100011 110000 0 110110 100101 1000110 101010101 100101 10110

Color Harmonies of #4C2330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C2330

Black with #4C2330

Text Example


Text Example

White with #4C2330

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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