Html Css Color HEX #492133 Castro

📋 copy color: '#492133'

red 73 ◦ green 33 ◦ blue 51

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

Shades of Castro #492133

Tints of Castro #492133

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 32.48%

R = 46.5%
G = 21.02%
B = 32.48%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.30

 K value IS 0.71

RGB Variations

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

Color information

#492133 (or 0x492133) is known color: Castro. HEX triplet: 49, 21 and 33. RGB value is (73,33,51). Sum of RGB (Red+Green+Blue) = 73+33+51=157 (20% of max value = 765). Red value is 73 (28.91% from 255 or 46.50% from 157); Green value is 33 (13.28% from 255 or 21.02% from 157); Blue value is 51 (20.31% from 255 or 32.48% from 157); Max value from RGB is 73 - color contains mainly: red. Hex color #492133 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492133 is #B6DECC. Grayscale: #2E2E2E. Windows color (decimal): -11984589 or 3350857. OLE color: 3350857.

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

Color convert

RGB 73 33 51 -
CMYK 0 0.55 0.30 0.71
HSL 333º 0.38% 0.21% -
HSV(B) 333º 0.55% 0.29% -
XYZ 3.89 2.74 3.46 -
YUV 47.01 130.25 146.54 -
System Red Green Blue C M Y K H S L
Decimal 73 33 51 0 0.55 0.30 0.71 333 0.38 0.21
Hex 49 21 33 0 37 1E 47 14D 26 15
Octal 111 41 63 0 67 36 107 515 46 25
Binary 1001001 100001 110011 0 110111 11110 1000111 101001101 100110 10101

Color Harmonies of #492133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492133

Black with #492133

Text Example


Text Example

White with #492133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492133; }

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

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

background-color css

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

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

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

border-color css

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

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

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