Html Css Color HEX #4C1B30 Castro

📋 copy color: '#4C1B30'

red 76 ◦ green 27 ◦ blue 48

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

Shades of Castro #4C1B30

Tints of Castro #4C1B30

RGB

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

 GREEN value IS 27 (10.94% from 255) = 17.88%

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

R = 50.33%
G = 17.88%
B = 31.79%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.37

 K value IS 0.70

RGB Variations

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

Color information

#4C1B30 (or 0x4C1B30) is known color: Castro. HEX triplet: 4C, 1B and 30. RGB value is (76,27,48). Sum of RGB (Red+Green+Blue) = 76+27+48=151 (20% of max value = 765). Red value is 76 (30.08% from 255 or 50.33% from 151); Green value is 27 (10.94% from 255 or 17.88% from 151); Blue value is 48 (19.14% from 255 or 31.79% from 151); Max value from RGB is 76 - color contains mainly: red. Hex color #4C1B30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C1B30 is #B3E4CF. Grayscale: #2C2C2C. Windows color (decimal): -11789520 or 3152716. OLE color: 3152716.

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

Color convert

RGB 76 27 48 -
CMYK 0 0.64 0.37 0.70
HSL 334.29º 0.48% 0.2% -
HSV(B) 334.29º 0.64% 0.3% -
XYZ 3.91 2.53 3.08 -
YUV 44.05 130.23 150.79 -
System Red Green Blue C M Y K H S L
Decimal 76 27 48 0 0.64 0.37 0.70 334.29 0.48 0.2
Hex 4C 1B 30 0 40 25 46 14E 30 14
Octal 114 33 60 0 100 45 106 516 60 24
Binary 1001100 11011 110000 0 1000000 100101 1000110 101001110 110000 10100

Color Harmonies of #4C1B30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C1B30

Black with #4C1B30

Text Example


Text Example

White with #4C1B30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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