Html Css Color HEX #491B2B Castro

📋 copy color: '#491B2B'

red 73 ◦ green 27 ◦ blue 43

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

Shades of Castro #491B2B

Tints of Castro #491B2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 30.07%

R = 51.05%
G = 18.88%
B = 30.07%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.41

 K value IS 0.71

RGB Variations

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

Color information

#491B2B (or 0x491B2B) is known color: Castro. HEX triplet: 49, 1B and 2B. RGB value is (73,27,43). Sum of RGB (Red+Green+Blue) = 73+27+43=143 (18% of max value = 765). Red value is 73 (28.91% from 255 or 51.05% from 143); Green value is 27 (10.94% from 255 or 18.88% from 143); Blue value is 43 (17.19% from 255 or 30.07% from 143); Max value from RGB is 73 - color contains mainly: red. Hex color #491B2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #491B2B is #B6E4D4. Grayscale: #2A2A2A. Windows color (decimal): -11986133 or 2825033. OLE color: 2825033.

HSL color Cylindrical-coordinate representation of color #491B2B: hue angle of 339.13º 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 #491B2B is Cyan = 0, Magento = 0.63, Yellow = 0.41 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 27 43 -
CMYK 0 0.63 0.41 0.71
HSL 339.13º 0.46% 0.2% -
HSV(B) 339.13º 0.63% 0.29% -
XYZ 3.58 2.37 2.56 -
YUV 42.58 128.24 149.7 -
System Red Green Blue C M Y K H S L
Decimal 73 27 43 0 0.63 0.41 0.71 339.13 0.46 0.2
Hex 49 1B 2B 0 3F 29 47 153 2E 14
Octal 111 33 53 0 77 51 107 523 56 24
Binary 1001001 11011 101011 0 111111 101001 1000111 101010011 101110 10100

Color Harmonies of #491B2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491B2B

Black with #491B2B

Text Example


Text Example

White with #491B2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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