Html Css Color HEX #491D2F Castro

📋 copy color: '#491D2F'

red 73 ◦ green 29 ◦ blue 47

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

Shades of Castro #491D2F

Tints of Castro #491D2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 31.54%

R = 48.99%
G = 19.46%
B = 31.54%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.36

 K value IS 0.71

RGB Variations

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

Color information

#491D2F (or 0x491D2F) is known color: Castro. HEX triplet: 49, 1D and 2F. RGB value is (73,29,47). Sum of RGB (Red+Green+Blue) = 73+29+47=149 (19% of max value = 765). Red value is 73 (28.91% from 255 or 48.99% from 149); Green value is 29 (11.72% from 255 or 19.46% from 149); Blue value is 47 (18.75% from 255 or 31.54% from 149); Max value from RGB is 73 - color contains mainly: red. Hex color #491D2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #491D2F is #B6E2D0. Grayscale: #2C2C2C. Windows color (decimal): -11985617 or 3087689. OLE color: 3087689.

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

Color convert

RGB 73 29 47 -
CMYK 0 0.60 0.36 0.71
HSL 335.45º 0.43% 0.2% -
HSV(B) 335.45º 0.6% 0.29% -
XYZ 3.7 2.5 2.98 -
YUV 44.21 129.58 148.54 -
System Red Green Blue C M Y K H S L
Decimal 73 29 47 0 0.60 0.36 0.71 335.45 0.43 0.2
Hex 49 1D 2F 0 3C 24 47 14F 2B 14
Octal 111 35 57 0 74 44 107 517 53 24
Binary 1001001 11101 101111 0 111100 100100 1000111 101001111 101011 10100

Color Harmonies of #491D2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491D2F

Black with #491D2F

Text Example


Text Example

White with #491D2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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