Html Css Color HEX #492331 Castro

📋 copy color: '#492331'

red 73 ◦ green 35 ◦ blue 49

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

Shades of Castro #492331

Tints of Castro #492331

RGB

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

 GREEN value IS 35 (14.06% from 255) = 22.29%

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

R = 46.5%
G = 22.29%
B = 31.21%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.33

 K value IS 0.71

RGB Variations

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

Color information

#492331 (or 0x492331) is known color: Castro. HEX triplet: 49, 23 and 31. RGB value is (73,35,49). Sum of RGB (Red+Green+Blue) = 73+35+49=157 (20% of max value = 765). Red value is 73 (28.91% from 255 or 46.50% from 157); Green value is 35 (14.06% from 255 or 22.29% from 157); Blue value is 49 (19.53% from 255 or 31.21% from 157); Max value from RGB is 73 - color contains mainly: red. Hex color #492331 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492331 is #B6DCCE. Grayscale: #2F2F2F. Windows color (decimal): -11984079 or 3220297. OLE color: 3220297.

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

Color convert

RGB 73 35 49 -
CMYK 0 0.52 0.33 0.71
HSL 337.89º 0.35% 0.21% -
HSV(B) 337.89º 0.52% 0.29% -
XYZ 3.9 2.84 3.25 -
YUV 47.96 128.59 145.86 -
System Red Green Blue C M Y K H S L
Decimal 73 35 49 0 0.52 0.33 0.71 337.89 0.35 0.21
Hex 49 23 31 0 34 21 47 152 23 15
Octal 111 43 61 0 64 41 107 522 43 25
Binary 1001001 100011 110001 0 110100 100001 1000111 101010010 100011 10101

Color Harmonies of #492331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492331

Black with #492331

Text Example


Text Example

White with #492331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492331; }

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

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

background-color css

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

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

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

border-color css

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

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

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