Html Css Color HEX #4C1A2D Castro

📋 copy color: '#4C1A2D'

red 76 ◦ green 26 ◦ blue 45

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

Shades of Castro #4C1A2D

Tints of Castro #4C1A2D

RGB

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

 GREEN value IS 26 (10.55% from 255) = 17.69%

 BLUE value IS 45 (17.97% from 255) = 30.61%

R = 51.7%
G = 17.69%
B = 30.61%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.41

 K value IS 0.70

RGB Variations

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

Color information

#4C1A2D (or 0x4C1A2D) is known color: Castro. HEX triplet: 4C, 1A and 2D. RGB value is (76,26,45). Sum of RGB (Red+Green+Blue) = 76+26+45=147 (19% of max value = 765). Red value is 76 (30.08% from 255 or 51.70% from 147); Green value is 26 (10.55% from 255 or 17.69% from 147); Blue value is 45 (17.97% from 255 or 30.61% from 147); Max value from RGB is 76 - color contains mainly: red. Hex color #4C1A2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C1A2D is #B3E5D2. Grayscale: #2B2B2B. Windows color (decimal): -11789779 or 2955852. OLE color: 2955852.

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

Color convert

RGB 76 26 45 -
CMYK 0 0.66 0.41 0.70
HSL 337.2º 0.49% 0.2% -
HSV(B) 337.2º 0.66% 0.3% -
XYZ 3.82 2.46 2.76 -
YUV 43.12 129.07 151.46 -
System Red Green Blue C M Y K H S L
Decimal 76 26 45 0 0.66 0.41 0.70 337.2 0.49 0.2
Hex 4C 1A 2D 0 42 29 46 151 31 14
Octal 114 32 55 0 102 51 106 521 61 24
Binary 1001100 11010 101101 0 1000010 101001 1000110 101010001 110001 10100

Color Harmonies of #4C1A2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C1A2D

Black with #4C1A2D

Text Example


Text Example

White with #4C1A2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,26,45); }

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

background-color css

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

 a { background-color: rgb(76,26,45); }

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

border-color css

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

 span { border-color: rgb(76,26,45); }

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