Html Css Color HEX #492132 Castro

📋 copy color: '#492132'

red 73 ◦ green 33 ◦ blue 50

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

Shades of Castro #492132

Tints of Castro #492132

RGB

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

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

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

R = 46.79%
G = 21.15%
B = 32.05%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.32

 K value IS 0.71

RGB Variations

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

Color information

#492132 (or 0x492132) is known color: Castro. HEX triplet: 49, 21 and 32. RGB value is (73,33,50). Sum of RGB (Red+Green+Blue) = 73+33+50=156 (20% of max value = 765). Red value is 73 (28.91% from 255 or 46.79% from 156); Green value is 33 (13.28% from 255 or 21.15% from 156); Blue value is 50 (19.92% from 255 or 32.05% from 156); Max value from RGB is 73 - color contains mainly: red. Hex color #492132 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492132 is #B6DECD. Grayscale: #2E2E2E. Windows color (decimal): -11984590 or 3285321. OLE color: 3285321.

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

Color convert

RGB 73 33 50 -
CMYK 0 0.55 0.32 0.71
HSL 334.5º 0.38% 0.21% -
HSV(B) 334.5º 0.55% 0.29% -
XYZ 3.87 2.73 3.34 -
YUV 46.9 129.75 146.62 -
System Red Green Blue C M Y K H S L
Decimal 73 33 50 0 0.55 0.32 0.71 334.5 0.38 0.21
Hex 49 21 32 0 37 20 47 14E 26 15
Octal 111 41 62 0 67 40 107 516 46 25
Binary 1001001 100001 110010 0 110111 100000 1000111 101001110 100110 10101

Color Harmonies of #492132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492132

Black with #492132

Text Example


Text Example

White with #492132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492132; }

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

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

background-color css

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

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

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

border-color css

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

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

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