Html Css Color HEX #492134 Castro

📋 copy color: '#492134'

red 73 ◦ green 33 ◦ blue 52

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

Shades of Castro #492134

Tints of Castro #492134

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 32.91%

R = 46.2%
G = 20.89%
B = 32.91%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.29

 K value IS 0.71

RGB Variations

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

Color information

#492134 (or 0x492134) is known color: Castro. HEX triplet: 49, 21 and 34. RGB value is (73,33,52). Sum of RGB (Red+Green+Blue) = 73+33+52=158 (20% of max value = 765). Red value is 73 (28.91% from 255 or 46.20% from 158); Green value is 33 (13.28% from 255 or 20.89% from 158); Blue value is 52 (20.70% from 255 or 32.91% from 158); Max value from RGB is 73 - color contains mainly: red. Hex color #492134 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492134 is #B6DECB. Grayscale: #2F2F2F. Windows color (decimal): -11984588 or 3416393. OLE color: 3416393.

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

Color convert

RGB 73 33 52 -
CMYK 0 0.55 0.29 0.71
HSL 331.5º 0.38% 0.21% -
HSV(B) 331.5º 0.55% 0.29% -
XYZ 3.91 2.75 3.57 -
YUV 47.13 130.75 146.46 -
System Red Green Blue C M Y K H S L
Decimal 73 33 52 0 0.55 0.29 0.71 331.5 0.38 0.21
Hex 49 21 34 0 37 1D 47 14C 26 15
Octal 111 41 64 0 67 35 107 514 46 25
Binary 1001001 100001 110100 0 110111 11101 1000111 101001100 100110 10101

Color Harmonies of #492134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492134

Black with #492134

Text Example


Text Example

White with #492134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492134; }

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

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

background-color css

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

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

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

border-color css

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

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

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