Html Css Color HEX #4C1E33 Castro

📋 copy color: '#4C1E33'

red 76 ◦ green 30 ◦ blue 51

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

Shades of Castro #4C1E33

Tints of Castro #4C1E33

RGB

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

 GREEN value IS 30 (12.11% from 255) = 19.11%

 BLUE value IS 51 (20.31% from 255) = 32.48%

R = 48.41%
G = 19.11%
B = 32.48%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.33

 K value IS 0.70

RGB Variations

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

Color information

#4C1E33 (or 0x4C1E33) is known color: Castro. HEX triplet: 4C, 1E and 33. RGB value is (76,30,51). Sum of RGB (Red+Green+Blue) = 76+30+51=157 (20% of max value = 765). Red value is 76 (30.08% from 255 or 48.41% from 157); Green value is 30 (12.11% from 255 or 19.11% from 157); Blue value is 51 (20.31% from 255 or 32.48% from 157); Max value from RGB is 76 - color contains mainly: red. Hex color #4C1E33 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C1E33 is #B3E1CC. Grayscale: #2E2E2E. Windows color (decimal): -11788749 or 3350092. OLE color: 3350092.

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

Color convert

RGB 76 30 51 -
CMYK 0 0.61 0.33 0.70
HSL 332.61º 0.43% 0.21% -
HSV(B) 332.61º 0.61% 0.3% -
XYZ 4.04 2.7 3.44 -
YUV 46.15 130.74 149.29 -
System Red Green Blue C M Y K H S L
Decimal 76 30 51 0 0.61 0.33 0.70 332.61 0.43 0.21
Hex 4C 1E 33 0 3D 21 46 14D 2B 15
Octal 114 36 63 0 75 41 106 515 53 25
Binary 1001100 11110 110011 0 111101 100001 1000110 101001101 101011 10101

Color Harmonies of #4C1E33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C1E33

Black with #4C1E33

Text Example


Text Example

White with #4C1E33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,30,51); }

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

background-color css

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

 a { background-color: rgb(76,30,51); }

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

border-color css

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

 span { border-color: rgb(76,30,51); }

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