Html Css Color HEX #491D30 Castro

📋 copy color: '#491D30'

red 73 ◦ green 29 ◦ blue 48

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

Shades of Castro #491D30

Tints of Castro #491D30

RGB

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

 GREEN value IS 29 (11.72% from 255) = 19.33%

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

R = 48.67%
G = 19.33%
B = 32%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.34

 K value IS 0.71

RGB Variations

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

Color information

#491D30 (or 0x491D30) is known color: Castro. HEX triplet: 49, 1D and 30. RGB value is (73,29,48). Sum of RGB (Red+Green+Blue) = 73+29+48=150 (19% of max value = 765). Red value is 73 (28.91% from 255 or 48.67% from 150); Green value is 29 (11.72% from 255 or 19.33% from 150); Blue value is 48 (19.14% from 255 or 32% from 150); Max value from RGB is 73 - color contains mainly: red. Hex color #491D30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #491D30 is #B6E2CF. Grayscale: #2C2C2C. Windows color (decimal): -11985616 or 3153225. OLE color: 3153225.

HSL color Cylindrical-coordinate representation of color #491D30: hue angle of 334.09º degrees, saturation: 0.43, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #491D30 is Cyan = 0, Magento = 0.60, Yellow = 0.34 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 29 48 -
CMYK 0 0.60 0.34 0.71
HSL 334.09º 0.43% 0.2% -
HSV(B) 334.09º 0.6% 0.29% -
XYZ 3.72 2.51 3.08 -
YUV 44.32 130.08 148.46 -
System Red Green Blue C M Y K H S L
Decimal 73 29 48 0 0.60 0.34 0.71 334.09 0.43 0.2
Hex 49 1D 30 0 3C 22 47 14E 2B 14
Octal 111 35 60 0 74 42 107 516 53 24
Binary 1001001 11101 110000 0 111100 100010 1000111 101001110 101011 10100

Color Harmonies of #491D30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491D30

Black with #491D30

Text Example


Text Example

White with #491D30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #491D30; }

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

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

background-color css

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

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

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

border-color css

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

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

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