Html Css Color HEX #492232 Castro

📋 copy color: '#492232'

red 73 ◦ green 34 ◦ blue 50

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

Shades of Castro #492232

Tints of Castro #492232

RGB

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

 GREEN value IS 34 (13.67% from 255) = 21.66%

 BLUE value IS 50 (19.92% from 255) = 31.85%

R = 46.5%
G = 21.66%
B = 31.85%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.32

 K value IS 0.71

RGB Variations

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

Color information

#492232 (or 0x492232) is known color: Castro. HEX triplet: 49, 22 and 32. RGB value is (73,34,50). Sum of RGB (Red+Green+Blue) = 73+34+50=157 (20% of max value = 765). Red value is 73 (28.91% from 255 or 46.50% from 157); Green value is 34 (13.67% from 255 or 21.66% from 157); Blue value is 50 (19.92% from 255 or 31.85% from 157); Max value from RGB is 73 - color contains mainly: red. Hex color #492232 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492232 is #B6DDCD. Grayscale: #2F2F2F. Windows color (decimal): -11984334 or 3285577. OLE color: 3285577.

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

Color convert

RGB 73 34 50 -
CMYK 0 0.53 0.32 0.71
HSL 335.38º 0.36% 0.21% -
HSV(B) 335.38º 0.53% 0.29% -
XYZ 3.9 2.79 3.35 -
YUV 47.49 129.42 146.2 -
System Red Green Blue C M Y K H S L
Decimal 73 34 50 0 0.53 0.32 0.71 335.38 0.36 0.21
Hex 49 22 32 0 35 20 47 14F 24 15
Octal 111 42 62 0 65 40 107 517 44 25
Binary 1001001 100010 110010 0 110101 100000 1000111 101001111 100100 10101

Color Harmonies of #492232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492232

Black with #492232

Text Example


Text Example

White with #492232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492232; }

 p { color: rgb(73,34,50); }

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

background-color css

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

 a { background-color: rgb(73,34,50); }

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

border-color css

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

 span { border-color: rgb(73,34,50); }

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