Html Css Color HEX #492131 Castro

📋 copy color: '#492131'

red 73 ◦ green 33 ◦ blue 49

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

Shades of Castro #492131

Tints of Castro #492131

RGB

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

 GREEN value IS 33 (13.28% from 255) = 21.29%

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

R = 47.1%
G = 21.29%
B = 31.61%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.33

 K value IS 0.71

RGB Variations

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

Color information

#492131 (or 0x492131) is known color: Castro. HEX triplet: 49, 21 and 31. RGB value is (73,33,49). Sum of RGB (Red+Green+Blue) = 73+33+49=155 (20% of max value = 765). Red value is 73 (28.91% from 255 or 47.10% from 155); Green value is 33 (13.28% from 255 or 21.29% from 155); Blue value is 49 (19.53% from 255 or 31.61% from 155); Max value from RGB is 73 - color contains mainly: red. Hex color #492131 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492131 is #B6DECE. Grayscale: #2E2E2E. Windows color (decimal): -11984591 or 3219785. OLE color: 3219785.

HSL color Cylindrical-coordinate representation of color #492131: hue angle of 336º degrees, saturation: 0.38, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #492131 is Cyan = 0, Magento = 0.55, Yellow = 0.33 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 33 49 -
CMYK 0 0.55 0.33 0.71
HSL 336º 0.38% 0.21% -
HSV(B) 336º 0.55% 0.29% -
XYZ 3.85 2.73 3.23 -
YUV 46.78 129.25 146.7 -
System Red Green Blue C M Y K H S L
Decimal 73 33 49 0 0.55 0.33 0.71 336 0.38 0.21
Hex 49 21 31 0 37 21 47 150 26 15
Octal 111 41 61 0 67 41 107 520 46 25
Binary 1001001 100001 110001 0 110111 100001 1000111 101010000 100110 10101

Color Harmonies of #492131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492131

Black with #492131

Text Example


Text Example

White with #492131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492131; }

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

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

background-color css

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

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

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

border-color css

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

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

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