Html Css Color HEX #492434 Castro

📋 copy color: '#492434'

red 73 ◦ green 36 ◦ blue 52

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

Shades of Castro #492434

Tints of Castro #492434

RGB

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

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

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

R = 45.34%
G = 22.36%
B = 32.3%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.29

 K value IS 0.71

RGB Variations

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

Color information

#492434 (or 0x492434) is known color: Castro. HEX triplet: 49, 24 and 34. RGB value is (73,36,52). Sum of RGB (Red+Green+Blue) = 73+36+52=161 (21% of max value = 765). Red value is 73 (28.91% from 255 or 45.34% from 161); Green value is 36 (14.45% from 255 or 22.36% from 161); Blue value is 52 (20.70% from 255 or 32.30% from 161); Max value from RGB is 73 - color contains mainly: red. Hex color #492434 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492434 is #B6DBCB. Grayscale: #303030. Windows color (decimal): -11983820 or 3417161. OLE color: 3417161.

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

Color convert

RGB 73 36 52 -
CMYK 0 0.51 0.29 0.71
HSL 334.05º 0.34% 0.21% -
HSV(B) 334.05º 0.51% 0.29% -
XYZ 4 2.93 3.6 -
YUV 48.89 129.76 145.2 -
System Red Green Blue C M Y K H S L
Decimal 73 36 52 0 0.51 0.29 0.71 334.05 0.34 0.21
Hex 49 24 34 0 33 1D 47 14E 22 15
Octal 111 44 64 0 63 35 107 516 42 25
Binary 1001001 100100 110100 0 110011 11101 1000111 101001110 100010 10101

Color Harmonies of #492434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492434

Black with #492434

Text Example


Text Example

White with #492434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492434; }

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

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

background-color css

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

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

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

border-color css

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

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

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