Html Css Color HEX #492332 Castro

📋 copy color: '#492332'

red 73 ◦ green 35 ◦ blue 50

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

Shades of Castro #492332

Tints of Castro #492332

RGB

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

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

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

R = 46.2%
G = 22.15%
B = 31.65%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.32

 K value IS 0.71

RGB Variations

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

Color information

#492332 (or 0x492332) is known color: Castro. HEX triplet: 49, 23 and 32. RGB value is (73,35,50). Sum of RGB (Red+Green+Blue) = 73+35+50=158 (20% of max value = 765). Red value is 73 (28.91% from 255 or 46.20% from 158); Green value is 35 (14.06% from 255 or 22.15% from 158); Blue value is 50 (19.92% from 255 or 31.65% from 158); Max value from RGB is 73 - color contains mainly: red. Hex color #492332 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492332 is #B6DCCD. Grayscale: #303030. Windows color (decimal): -11984078 or 3285833. OLE color: 3285833.

HSL color Cylindrical-coordinate representation of color #492332: hue angle of 336.32º 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 #492332 is Cyan = 0, Magento = 0.52, Yellow = 0.32 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 35 50 -
CMYK 0 0.52 0.32 0.71
HSL 336.32º 0.35% 0.21% -
HSV(B) 336.32º 0.52% 0.29% -
XYZ 3.92 2.85 3.36 -
YUV 48.07 129.09 145.78 -
System Red Green Blue C M Y K H S L
Decimal 73 35 50 0 0.52 0.32 0.71 336.32 0.35 0.21
Hex 49 23 32 0 34 20 47 150 23 15
Octal 111 43 62 0 64 40 107 520 43 25
Binary 1001001 100011 110010 0 110100 100000 1000111 101010000 100011 10101

Color Harmonies of #492332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492332

Black with #492332

Text Example


Text Example

White with #492332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492332; }

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

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

background-color css

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

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

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

border-color css

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

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

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