Html Css Color HEX #492431 Castro

📋 copy color: '#492431'

red 73 ◦ green 36 ◦ blue 49

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

Shades of Castro #492431

Tints of Castro #492431

RGB

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

 GREEN value IS 36 (14.45% from 255) = 22.78%

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

R = 46.2%
G = 22.78%
B = 31.01%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.33

 K value IS 0.71

RGB Variations

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

Color information

#492431 (or 0x492431) is known color: Castro. HEX triplet: 49, 24 and 31. RGB value is (73,36,49). Sum of RGB (Red+Green+Blue) = 73+36+49=158 (20% of max value = 765). Red value is 73 (28.91% from 255 or 46.20% from 158); Green value is 36 (14.45% from 255 or 22.78% from 158); Blue value is 49 (19.53% from 255 or 31.01% from 158); Max value from RGB is 73 - color contains mainly: red. Hex color #492431 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492431 is #B6DBCE. Grayscale: #303030. Windows color (decimal): -11983823 or 3220553. OLE color: 3220553.

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

Color convert

RGB 73 36 49 -
CMYK 0 0.51 0.33 0.71
HSL 338.92º 0.34% 0.21% -
HSV(B) 338.92º 0.51% 0.29% -
XYZ 3.93 2.9 3.26 -
YUV 48.55 128.26 145.44 -
System Red Green Blue C M Y K H S L
Decimal 73 36 49 0 0.51 0.33 0.71 338.92 0.34 0.21
Hex 49 24 31 0 33 21 47 153 22 15
Octal 111 44 61 0 63 41 107 523 42 25
Binary 1001001 100100 110001 0 110011 100001 1000111 101010011 100010 10101

Color Harmonies of #492431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492431

Black with #492431

Text Example


Text Example

White with #492431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492431; }

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

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

background-color css

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

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

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

border-color css

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

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

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