Html Css Color HEX #491A2A Castro

📋 copy color: '#491A2A'

red 73 ◦ green 26 ◦ blue 42

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

Shades of Castro #491A2A

Tints of Castro #491A2A

RGB

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

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

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

R = 51.77%
G = 18.44%
B = 29.79%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.42

 K value IS 0.71

RGB Variations

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

Color information

#491A2A (or 0x491A2A) is known color: Castro. HEX triplet: 49, 1A and 2A. RGB value is (73,26,42). Sum of RGB (Red+Green+Blue) = 73+26+42=141 (18% of max value = 765). Red value is 73 (28.91% from 255 or 51.77% from 141); Green value is 26 (10.55% from 255 or 18.44% from 141); Blue value is 42 (16.80% from 255 or 29.79% from 141); Max value from RGB is 73 - color contains mainly: red. Hex color #491A2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #491A2A is #B6E5D5. Grayscale: #292929. Windows color (decimal): -11986390 or 2759241. OLE color: 2759241.

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

Color convert

RGB 73 26 42 -
CMYK 0 0.64 0.42 0.71
HSL 339.57º 0.47% 0.19% -
HSV(B) 339.57º 0.64% 0.29% -
XYZ 3.53 2.32 2.45 -
YUV 41.88 128.07 150.2 -
System Red Green Blue C M Y K H S L
Decimal 73 26 42 0 0.64 0.42 0.71 339.57 0.47 0.19
Hex 49 1A 2A 0 40 2A 47 154 2F 13
Octal 111 32 52 0 100 52 107 524 57 23
Binary 1001001 11010 101010 0 1000000 101010 1000111 101010100 101111 10011

Color Harmonies of #491A2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491A2A

Black with #491A2A

Text Example


Text Example

White with #491A2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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