Html Css Color HEX #491F2F Castro

📋 copy color: '#491F2F'

red 73 ◦ green 31 ◦ blue 47

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

Shades of Castro #491F2F

Tints of Castro #491F2F

RGB

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

 GREEN value IS 31 (12.5% from 255) = 20.53%

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

R = 48.34%
G = 20.53%
B = 31.13%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.36

 K value IS 0.71

RGB Variations

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

Color information

#491F2F (or 0x491F2F) is known color: Castro. HEX triplet: 49, 1F and 2F. RGB value is (73,31,47). Sum of RGB (Red+Green+Blue) = 73+31+47=151 (20% of max value = 765). Red value is 73 (28.91% from 255 or 48.34% from 151); Green value is 31 (12.5% from 255 or 20.53% from 151); Blue value is 47 (18.75% from 255 or 31.13% from 151); Max value from RGB is 73 - color contains mainly: red. Hex color #491F2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #491F2F is #B6E0D0. Grayscale: #2D2D2D. Windows color (decimal): -11985105 or 3088201. OLE color: 3088201.

HSL color Cylindrical-coordinate representation of color #491F2F: hue angle of 337.14º degrees, saturation: 0.4, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #491F2F is Cyan = 0, Magento = 0.58, Yellow = 0.36 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 31 47 -
CMYK 0 0.58 0.36 0.71
HSL 337.14º 0.4% 0.2% -
HSV(B) 337.14º 0.58% 0.29% -
XYZ 3.75 2.6 2.99 -
YUV 45.38 128.91 147.7 -
System Red Green Blue C M Y K H S L
Decimal 73 31 47 0 0.58 0.36 0.71 337.14 0.4 0.2
Hex 49 1F 2F 0 3A 24 47 151 28 14
Octal 111 37 57 0 72 44 107 521 50 24
Binary 1001001 11111 101111 0 111010 100100 1000111 101010001 101000 10100

Color Harmonies of #491F2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491F2F

Black with #491F2F

Text Example


Text Example

White with #491F2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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