Html Css Color HEX #492430 Castro

📋 copy color: '#492430'

red 73 ◦ green 36 ◦ blue 48

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

Shades of Castro #492430

Tints of Castro #492430

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 30.57%

R = 46.5%
G = 22.93%
B = 30.57%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.34

 K value IS 0.71

RGB Variations

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

Color information

#492430 (or 0x492430) is known color: Castro. HEX triplet: 49, 24 and 30. RGB value is (73,36,48). Sum of RGB (Red+Green+Blue) = 73+36+48=157 (20% of max value = 765). Red value is 73 (28.91% from 255 or 46.50% from 157); Green value is 36 (14.45% from 255 or 22.93% from 157); Blue value is 48 (19.14% from 255 or 30.57% from 157); Max value from RGB is 73 - color contains mainly: red. Hex color #492430 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492430 is #B6DBCF. Grayscale: #303030. Windows color (decimal): -11983824 or 3155017. OLE color: 3155017.

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

Color convert

RGB 73 36 48 -
CMYK 0 0.51 0.34 0.71
HSL 340.54º 0.34% 0.21% -
HSV(B) 340.54º 0.51% 0.29% -
XYZ 3.91 2.89 3.15 -
YUV 48.43 127.76 145.52 -
System Red Green Blue C M Y K H S L
Decimal 73 36 48 0 0.51 0.34 0.71 340.54 0.34 0.21
Hex 49 24 30 0 33 22 47 155 22 15
Octal 111 44 60 0 63 42 107 525 42 25
Binary 1001001 100100 110000 0 110011 100010 1000111 101010101 100010 10101

Color Harmonies of #492430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492430

Black with #492430

Text Example


Text Example

White with #492430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492430; }

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

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

background-color css

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

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

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

border-color css

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

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

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