Html Css Color HEX #491D2E Castro

📋 copy color: '#491D2E'

red 73 ◦ green 29 ◦ blue 46

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

Shades of Castro #491D2E

Tints of Castro #491D2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 31.08%

R = 49.32%
G = 19.59%
B = 31.08%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.37

 K value IS 0.71

RGB Variations

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

Color information

#491D2E (or 0x491D2E) is known color: Castro. HEX triplet: 49, 1D and 2E. RGB value is (73,29,46). Sum of RGB (Red+Green+Blue) = 73+29+46=148 (19% of max value = 765). Red value is 73 (28.91% from 255 or 49.32% from 148); Green value is 29 (11.72% from 255 or 19.59% from 148); Blue value is 46 (18.36% from 255 or 31.08% from 148); Max value from RGB is 73 - color contains mainly: red. Hex color #491D2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #491D2E is #B6E2D1. Grayscale: #2C2C2C. Windows color (decimal): -11985618 or 3022153. OLE color: 3022153.

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

Color convert

RGB 73 29 46 -
CMYK 0 0.60 0.37 0.71
HSL 336.82º 0.43% 0.2% -
HSV(B) 336.82º 0.6% 0.29% -
XYZ 3.68 2.49 2.87 -
YUV 44.09 129.08 148.62 -
System Red Green Blue C M Y K H S L
Decimal 73 29 46 0 0.60 0.37 0.71 336.82 0.43 0.2
Hex 49 1D 2E 0 3C 25 47 151 2B 14
Octal 111 35 56 0 74 45 107 521 53 24
Binary 1001001 11101 101110 0 111100 100101 1000111 101010001 101011 10100

Color Harmonies of #491D2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491D2E

Black with #491D2E

Text Example


Text Example

White with #491D2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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