Html Css Color HEX #492030 Castro

📋 copy color: '#492030'

red 73 ◦ green 32 ◦ blue 48

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

Shades of Castro #492030

Tints of Castro #492030

RGB

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

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

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

R = 47.71%
G = 20.92%
B = 31.37%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.34

 K value IS 0.71

RGB Variations

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

Color information

#492030 (or 0x492030) is known color: Castro. HEX triplet: 49, 20 and 30. RGB value is (73,32,48). Sum of RGB (Red+Green+Blue) = 73+32+48=153 (20% of max value = 765). Red value is 73 (28.91% from 255 or 47.71% from 153); Green value is 32 (12.89% from 255 or 20.92% from 153); Blue value is 48 (19.14% from 255 or 31.37% from 153); Max value from RGB is 73 - color contains mainly: red. Hex color #492030 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492030 is #B6DFCF. Grayscale: #2E2E2E. Windows color (decimal): -11984848 or 3153993. OLE color: 3153993.

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

Color convert

RGB 73 32 48 -
CMYK 0 0.56 0.34 0.71
HSL 336.59º 0.39% 0.21% -
HSV(B) 336.59º 0.56% 0.29% -
XYZ 3.8 2.66 3.11 -
YUV 46.08 129.08 147.2 -
System Red Green Blue C M Y K H S L
Decimal 73 32 48 0 0.56 0.34 0.71 336.59 0.39 0.21
Hex 49 20 30 0 38 22 47 151 27 15
Octal 111 40 60 0 70 42 107 521 47 25
Binary 1001001 100000 110000 0 111000 100010 1000111 101010001 100111 10101

Color Harmonies of #492030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492030

Black with #492030

Text Example


Text Example

White with #492030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492030; }

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

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

background-color css

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

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

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

border-color css

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

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

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