Html Css Color HEX #492333 Castro

📋 copy color: '#492333'

red 73 ◦ green 35 ◦ blue 51

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

Shades of Castro #492333

Tints of Castro #492333

RGB

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

 GREEN value IS 35 (14.06% from 255) = 22.01%

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

R = 45.91%
G = 22.01%
B = 32.08%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.30

 K value IS 0.71

RGB Variations

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

Color information

#492333 (or 0x492333) is known color: Castro. HEX triplet: 49, 23 and 33. RGB value is (73,35,51). Sum of RGB (Red+Green+Blue) = 73+35+51=159 (21% of max value = 765). Red value is 73 (28.91% from 255 or 45.91% from 159); Green value is 35 (14.06% from 255 or 22.01% from 159); Blue value is 51 (20.31% from 255 or 32.08% from 159); Max value from RGB is 73 - color contains mainly: red. Hex color #492333 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492333 is #B6DCCC. Grayscale: #303030. Windows color (decimal): -11984077 or 3351369. OLE color: 3351369.

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

Color convert

RGB 73 35 51 -
CMYK 0 0.52 0.30 0.71
HSL 334.74º 0.35% 0.21% -
HSV(B) 334.74º 0.52% 0.29% -
XYZ 3.95 2.86 3.48 -
YUV 48.19 129.59 145.7 -
System Red Green Blue C M Y K H S L
Decimal 73 35 51 0 0.52 0.30 0.71 334.74 0.35 0.21
Hex 49 23 33 0 34 1E 47 14F 23 15
Octal 111 43 63 0 64 36 107 517 43 25
Binary 1001001 100011 110011 0 110100 11110 1000111 101001111 100011 10101

Color Harmonies of #492333

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492333

Black with #492333

Text Example


Text Example

White with #492333

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492333; }

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

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

background-color css

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

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

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

border-color css

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

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

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