Html Css Color HEX #491B2A Castro

📋 copy color: '#491B2A'

red 73 ◦ green 27 ◦ blue 42

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

Shades of Castro #491B2A

Tints of Castro #491B2A

RGB

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

 GREEN value IS 27 (10.94% from 255) = 19.01%

 BLUE value IS 42 (16.8% from 255) = 29.58%

R = 51.41%
G = 19.01%
B = 29.58%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.42

 K value IS 0.71

RGB Variations

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

Color information

#491B2A (or 0x491B2A) is known color: Castro. HEX triplet: 49, 1B and 2A. RGB value is (73,27,42). Sum of RGB (Red+Green+Blue) = 73+27+42=142 (18% of max value = 765). Red value is 73 (28.91% from 255 or 51.41% from 142); Green value is 27 (10.94% from 255 or 19.01% from 142); Blue value is 42 (16.80% from 255 or 29.58% from 142); Max value from RGB is 73 - color contains mainly: red. Hex color #491B2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #491B2A is #B6E4D5. Grayscale: #2A2A2A. Windows color (decimal): -11986134 or 2759497. OLE color: 2759497.

HSL color Cylindrical-coordinate representation of color #491B2A: hue angle of 340.43º degrees, saturation: 0.46, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #491B2A is Cyan = 0, Magento = 0.63, Yellow = 0.42 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 27 42 -
CMYK 0 0.63 0.42 0.71
HSL 340.43º 0.46% 0.2% -
HSV(B) 340.43º 0.63% 0.29% -
XYZ 3.56 2.37 2.46 -
YUV 42.46 127.74 149.78 -
System Red Green Blue C M Y K H S L
Decimal 73 27 42 0 0.63 0.42 0.71 340.43 0.46 0.2
Hex 49 1B 2A 0 3F 2A 47 154 2E 14
Octal 111 33 52 0 77 52 107 524 56 24
Binary 1001001 11011 101010 0 111111 101010 1000111 101010100 101110 10100

Color Harmonies of #491B2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491B2A

Black with #491B2A

Text Example


Text Example

White with #491B2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,27,42); }

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

background-color css

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

 a { background-color: rgb(73,27,42); }

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

border-color css

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

 span { border-color: rgb(73,27,42); }

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