Html Css Color HEX #492033 Castro

📋 copy color: '#492033'

red 73 ◦ green 32 ◦ blue 51

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

Shades of Castro #492033

Tints of Castro #492033

RGB

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

 GREEN value IS 32 (12.89% from 255) = 20.51%

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

R = 46.79%
G = 20.51%
B = 32.69%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.30

 K value IS 0.71

RGB Variations

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

Color information

#492033 (or 0x492033) is known color: Castro. HEX triplet: 49, 20 and 33. RGB value is (73,32,51). Sum of RGB (Red+Green+Blue) = 73+32+51=156 (20% of max value = 765). Red value is 73 (28.91% from 255 or 46.79% from 156); Green value is 32 (12.89% from 255 or 20.51% from 156); Blue value is 51 (20.31% from 255 or 32.69% from 156); Max value from RGB is 73 - color contains mainly: red. Hex color #492033 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492033 is #B6DFCC. Grayscale: #2E2E2E. Windows color (decimal): -11984845 or 3350601. OLE color: 3350601.

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

Color convert

RGB 73 32 51 -
CMYK 0 0.56 0.30 0.71
HSL 332.2º 0.39% 0.21% -
HSV(B) 332.2º 0.56% 0.29% -
XYZ 3.86 2.69 3.45 -
YUV 46.43 130.58 146.96 -
System Red Green Blue C M Y K H S L
Decimal 73 32 51 0 0.56 0.30 0.71 332.2 0.39 0.21
Hex 49 20 33 0 38 1E 47 14C 27 15
Octal 111 40 63 0 70 36 107 514 47 25
Binary 1001001 100000 110011 0 111000 11110 1000111 101001100 100111 10101

Color Harmonies of #492033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492033

Black with #492033

Text Example


Text Example

White with #492033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492033; }

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

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

background-color css

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

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

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

border-color css

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

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

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