Html Css Color HEX #4C1D2B Castro

📋 copy color: '#4C1D2B'

red 76 ◦ green 29 ◦ blue 43

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

Shades of Castro #4C1D2B

Tints of Castro #4C1D2B

RGB

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

 GREEN value IS 29 (11.72% from 255) = 19.59%

 BLUE value IS 43 (17.19% from 255) = 29.05%

R = 51.35%
G = 19.59%
B = 29.05%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.43

 K value IS 0.70

RGB Variations

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

Color information

#4C1D2B (or 0x4C1D2B) is known color: Castro. HEX triplet: 4C, 1D and 2B. RGB value is (76,29,43). Sum of RGB (Red+Green+Blue) = 76+29+43=148 (19% of max value = 765). Red value is 76 (30.08% from 255 or 51.35% from 148); Green value is 29 (11.72% from 255 or 19.59% from 148); Blue value is 43 (17.19% from 255 or 29.05% from 148); Max value from RGB is 76 - color contains mainly: red. Hex color #4C1D2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C1D2B is #B3E2D4. Grayscale: #2C2C2C. Windows color (decimal): -11789013 or 2825548. OLE color: 2825548.

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

Color convert

RGB 76 29 43 -
CMYK 0 0.62 0.43 0.70
HSL 342.13º 0.45% 0.21% -
HSV(B) 342.13º 0.62% 0.3% -
XYZ 3.86 2.59 2.58 -
YUV 44.65 127.07 150.36 -
System Red Green Blue C M Y K H S L
Decimal 76 29 43 0 0.62 0.43 0.70 342.13 0.45 0.21
Hex 4C 1D 2B 0 3E 2B 46 156 2D 15
Octal 114 35 53 0 76 53 106 526 55 25
Binary 1001100 11101 101011 0 111110 101011 1000110 101010110 101101 10101

Color Harmonies of #4C1D2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C1D2B

Black with #4C1D2B

Text Example


Text Example

White with #4C1D2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,29,43); }

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

background-color css

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

 a { background-color: rgb(76,29,43); }

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

border-color css

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

 span { border-color: rgb(76,29,43); }

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