Html Css Color HEX #491D2A Castro

📋 copy color: '#491D2A'

red 73 ◦ green 29 ◦ blue 42

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

Shades of Castro #491D2A

Tints of Castro #491D2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 29.17%

R = 50.69%
G = 20.14%
B = 29.17%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.42

 K value IS 0.71

RGB Variations

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

Color information

#491D2A (or 0x491D2A) is known color: Castro. HEX triplet: 49, 1D and 2A. RGB value is (73,29,42). Sum of RGB (Red+Green+Blue) = 73+29+42=144 (19% of max value = 765). Red value is 73 (28.91% from 255 or 50.69% from 144); Green value is 29 (11.72% from 255 or 20.14% from 144); Blue value is 42 (16.80% from 255 or 29.17% from 144); Max value from RGB is 73 - color contains mainly: red. Hex color #491D2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #491D2A is #B6E2D5. Grayscale: #2B2B2B. Windows color (decimal): -11985622 or 2760009. OLE color: 2760009.

HSL color Cylindrical-coordinate representation of color #491D2A: hue angle of 342.27º 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 #491D2A is Cyan = 0, Magento = 0.60, Yellow = 0.42 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 29 42 -
CMYK 0 0.60 0.42 0.71
HSL 342.27º 0.43% 0.2% -
HSV(B) 342.27º 0.6% 0.29% -
XYZ 3.6 2.46 2.48 -
YUV 43.64 127.08 148.94 -
System Red Green Blue C M Y K H S L
Decimal 73 29 42 0 0.60 0.42 0.71 342.27 0.43 0.2
Hex 49 1D 2A 0 3C 2A 47 156 2B 14
Octal 111 35 52 0 74 52 107 526 53 24
Binary 1001001 11101 101010 0 111100 101010 1000111 101010110 101011 10100

Color Harmonies of #491D2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491D2A

Black with #491D2A

Text Example


Text Example

White with #491D2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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