Html Css Color HEX #492130 Castro

📋 copy color: '#492130'

red 73 ◦ green 33 ◦ blue 48

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

Shades of Castro #492130

Tints of Castro #492130

RGB

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

 GREEN value IS 33 (13.28% from 255) = 21.43%

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

R = 47.4%
G = 21.43%
B = 31.17%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.34

 K value IS 0.71

RGB Variations

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

Color information

#492130 (or 0x492130) is known color: Castro. HEX triplet: 49, 21 and 30. RGB value is (73,33,48). Sum of RGB (Red+Green+Blue) = 73+33+48=154 (20% of max value = 765). Red value is 73 (28.91% from 255 or 47.40% from 154); Green value is 33 (13.28% from 255 or 21.43% from 154); Blue value is 48 (19.14% from 255 or 31.17% from 154); Max value from RGB is 73 - color contains mainly: red. Hex color #492130 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492130 is #B6DECF. Grayscale: #2E2E2E. Windows color (decimal): -11984592 or 3154249. OLE color: 3154249.

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

Color convert

RGB 73 33 48 -
CMYK 0 0.55 0.34 0.71
HSL 337.5º 0.38% 0.21% -
HSV(B) 337.5º 0.55% 0.29% -
XYZ 3.83 2.72 3.12 -
YUV 46.67 128.75 146.78 -
System Red Green Blue C M Y K H S L
Decimal 73 33 48 0 0.55 0.34 0.71 337.5 0.38 0.21
Hex 49 21 30 0 37 22 47 152 26 15
Octal 111 41 60 0 67 42 107 522 46 25
Binary 1001001 100001 110000 0 110111 100010 1000111 101010010 100110 10101

Color Harmonies of #492130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492130

Black with #492130

Text Example


Text Example

White with #492130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492130; }

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

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

background-color css

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

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

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

border-color css

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

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

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