Html Css Color HEX #491D2C Castro

📋 copy color: '#491D2C'

red 73 ◦ green 29 ◦ blue 44

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

Shades of Castro #491D2C

Tints of Castro #491D2C

RGB

 RED value IS 73 (28.91% from 255) = 50%

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

 BLUE value IS 44 (17.58% from 255) = 30.14%

R = 50%
G = 19.86%
B = 30.14%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.40

 K value IS 0.71

RGB Variations

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

Color information

#491D2C (or 0x491D2C) is known color: Castro. HEX triplet: 49, 1D and 2C. RGB value is (73,29,44). Sum of RGB (Red+Green+Blue) = 73+29+44=146 (19% of max value = 765). Red value is 73 (28.91% from 255 or 50% from 146); Green value is 29 (11.72% from 255 or 19.86% from 146); Blue value is 44 (17.58% from 255 or 30.14% from 146); Max value from RGB is 73 - color contains mainly: red. Hex color #491D2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #491D2C is #B6E2D3. Grayscale: #2B2B2B. Windows color (decimal): -11985620 or 2891081. OLE color: 2891081.

HSL color Cylindrical-coordinate representation of color #491D2C: hue angle of 339.55º degrees, saturation: 0.43, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #491D2C is Cyan = 0, Magento = 0.60, Yellow = 0.40 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 29 44 -
CMYK 0 0.60 0.40 0.71
HSL 339.55º 0.43% 0.2% -
HSV(B) 339.55º 0.6% 0.29% -
XYZ 3.64 2.48 2.67 -
YUV 43.87 128.08 148.78 -
System Red Green Blue C M Y K H S L
Decimal 73 29 44 0 0.60 0.40 0.71 339.55 0.43 0.2
Hex 49 1D 2C 0 3C 28 47 154 2B 14
Octal 111 35 54 0 74 50 107 524 53 24
Binary 1001001 11101 101100 0 111100 101000 1000111 101010100 101011 10100

Color Harmonies of #491D2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491D2C

Black with #491D2C

Text Example


Text Example

White with #491D2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #491D2C; }

 p { color: rgb(73,29,44); }

 H1.HeaderClassName
 {
   color: #491D2C;
 }
 .AnyTagClassName
 {
   color: #491D2C;
 }
</style>

background-color css

<style>
 a { background-color: #491D2C; }

 a { background-color: rgb(73,29,44); }

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

border-color css

<style>
 span { border-color: #491D2C; }

 span { border-color: rgb(73,29,44); }

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