Html Css Color HEX #491E31 Castro

📋 copy color: '#491E31'

red 73 ◦ green 30 ◦ blue 49

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

Shades of Castro #491E31

Tints of Castro #491E31

RGB

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

 GREEN value IS 30 (12.11% from 255) = 19.74%

 BLUE value IS 49 (19.53% from 255) = 32.24%

R = 48.03%
G = 19.74%
B = 32.24%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.33

 K value IS 0.71

RGB Variations

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

Color information

#491E31 (or 0x491E31) is known color: Castro. HEX triplet: 49, 1E and 31. RGB value is (73,30,49). Sum of RGB (Red+Green+Blue) = 73+30+49=152 (20% of max value = 765). Red value is 73 (28.91% from 255 or 48.03% from 152); Green value is 30 (12.11% from 255 or 19.74% from 152); Blue value is 49 (19.53% from 255 or 32.24% from 152); Max value from RGB is 73 - color contains mainly: red. Hex color #491E31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #491E31 is #B6E1CE. Grayscale: #2C2C2C. Windows color (decimal): -11985359 or 3219017. OLE color: 3219017.

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

Color convert

RGB 73 30 49 -
CMYK 0 0.59 0.33 0.71
HSL 333.49º 0.42% 0.2% -
HSV(B) 333.49º 0.59% 0.29% -
XYZ 3.77 2.57 3.2 -
YUV 45.02 130.25 147.96 -
System Red Green Blue C M Y K H S L
Decimal 73 30 49 0 0.59 0.33 0.71 333.49 0.42 0.2
Hex 49 1E 31 0 3B 21 47 14D 2A 14
Octal 111 36 61 0 73 41 107 515 52 24
Binary 1001001 11110 110001 0 111011 100001 1000111 101001101 101010 10100

Color Harmonies of #491E31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491E31

Black with #491E31

Text Example


Text Example

White with #491E31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,30,49); }

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

background-color css

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

 a { background-color: rgb(73,30,49); }

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

border-color css

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

 span { border-color: rgb(73,30,49); }

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