Html Css Color HEX #491A2B Castro

📋 copy color: '#491A2B'

red 73 ◦ green 26 ◦ blue 43

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

Shades of Castro #491A2B

Tints of Castro #491A2B

RGB

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

 GREEN value IS 26 (10.55% from 255) = 18.31%

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

R = 51.41%
G = 18.31%
B = 30.28%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.41

 K value IS 0.71

RGB Variations

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

Color information

#491A2B (or 0x491A2B) is known color: Castro. HEX triplet: 49, 1A and 2B. RGB value is (73,26,43). Sum of RGB (Red+Green+Blue) = 73+26+43=142 (18% of max value = 765). Red value is 73 (28.91% from 255 or 51.41% from 142); Green value is 26 (10.55% from 255 or 18.31% from 142); Blue value is 43 (17.19% from 255 or 30.28% from 142); Max value from RGB is 73 - color contains mainly: red. Hex color #491A2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #491A2B is #B6E5D4. Grayscale: #292929. Windows color (decimal): -11986389 or 2824777. OLE color: 2824777.

HSL color Cylindrical-coordinate representation of color #491A2B: hue angle of 338.3º degrees, saturation: 0.47, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #491A2B is Cyan = 0, Magento = 0.64, Yellow = 0.41 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 26 43 -
CMYK 0 0.64 0.41 0.71
HSL 338.3º 0.47% 0.19% -
HSV(B) 338.3º 0.64% 0.29% -
XYZ 3.55 2.33 2.55 -
YUV 41.99 128.57 150.12 -
System Red Green Blue C M Y K H S L
Decimal 73 26 43 0 0.64 0.41 0.71 338.3 0.47 0.19
Hex 49 1A 2B 0 40 29 47 152 2F 13
Octal 111 32 53 0 100 51 107 522 57 23
Binary 1001001 11010 101011 0 1000000 101001 1000111 101010010 101111 10011

Color Harmonies of #491A2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491A2B

Black with #491A2B

Text Example


Text Example

White with #491A2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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