Html Css Color HEX #4C1729 Castro

📋 copy color: '#4C1729'

red 76 ◦ green 23 ◦ blue 41

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

Shades of Castro #4C1729

Tints of Castro #4C1729

RGB

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

 GREEN value IS 23 (9.38% from 255) = 16.43%

 BLUE value IS 41 (16.41% from 255) = 29.29%

R = 54.29%
G = 16.43%
B = 29.29%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.46

 K value IS 0.70

RGB Variations

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

Color information

#4C1729 (or 0x4C1729) is known color: Castro. HEX triplet: 4C, 17 and 29. RGB value is (76,23,41). Sum of RGB (Red+Green+Blue) = 76+23+41=140 (18% of max value = 765). Red value is 76 (30.08% from 255 or 54.29% from 140); Green value is 23 (9.38% from 255 or 16.43% from 140); Blue value is 41 (16.41% from 255 or 29.29% from 140); Max value from RGB is 76 - color contains mainly: red. Hex color #4C1729 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C1729 is #B3E8D6. Grayscale: #282828. Windows color (decimal): -11790551 or 2692940. OLE color: 2692940.

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

Color convert

RGB 76 23 41 -
CMYK 0 0.70 0.46 0.70
HSL 339.62º 0.54% 0.19% -
HSV(B) 339.62º 0.7% 0.3% -
XYZ 3.69 2.31 2.35 -
YUV 40.9 128.06 153.04 -
System Red Green Blue C M Y K H S L
Decimal 76 23 41 0 0.70 0.46 0.70 339.62 0.54 0.19
Hex 4C 17 29 0 46 2E 46 154 36 13
Octal 114 27 51 0 106 56 106 524 66 23
Binary 1001100 10111 101001 0 1000110 101110 1000110 101010100 110110 10011

Color Harmonies of #4C1729

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C1729

Black with #4C1729

Text Example


Text Example

White with #4C1729

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,23,41); }

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

background-color css

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

 a { background-color: rgb(76,23,41); }

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

border-color css

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

 span { border-color: rgb(76,23,41); }

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