Html Css Color HEX #492433 Castro

📋 copy color: '#492433'

red 73 ◦ green 36 ◦ blue 51

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

Shades of Castro #492433

Tints of Castro #492433

RGB

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

 GREEN value IS 36 (14.45% from 255) = 22.5%

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

R = 45.63%
G = 22.5%
B = 31.88%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.30

 K value IS 0.71

RGB Variations

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

Color information

#492433 (or 0x492433) is known color: Castro. HEX triplet: 49, 24 and 33. RGB value is (73,36,51). Sum of RGB (Red+Green+Blue) = 73+36+51=160 (21% of max value = 765). Red value is 73 (28.91% from 255 or 45.62% from 160); Green value is 36 (14.45% from 255 or 22.5% from 160); Blue value is 51 (20.31% from 255 or 31.88% from 160); Max value from RGB is 73 - color contains mainly: red. Hex color #492433 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492433 is #B6DBCC. Grayscale: #303030. Windows color (decimal): -11983821 or 3351625. OLE color: 3351625.

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

Color convert

RGB 73 36 51 -
CMYK 0 0.51 0.30 0.71
HSL 335.68º 0.34% 0.21% -
HSV(B) 335.68º 0.51% 0.29% -
XYZ 3.98 2.92 3.49 -
YUV 48.77 129.26 145.28 -
System Red Green Blue C M Y K H S L
Decimal 73 36 51 0 0.51 0.30 0.71 335.68 0.34 0.21
Hex 49 24 33 0 33 1E 47 150 22 15
Octal 111 44 63 0 63 36 107 520 42 25
Binary 1001001 100100 110011 0 110011 11110 1000111 101010000 100010 10101

Color Harmonies of #492433

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492433

Black with #492433

Text Example


Text Example

White with #492433

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492433; }

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

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

background-color css

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

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

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

border-color css

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

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

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