Html Css Color HEX #511A2C Castro

📋 copy color: '#511A2C'

red 81 ◦ green 26 ◦ blue 44

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

Shades of Castro #511A2C

Tints of Castro #511A2C

RGB

 RED value IS 81 (32.03% from 255) = 53.64%

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

 BLUE value IS 44 (17.58% from 255) = 29.14%

R = 53.64%
G = 17.22%
B = 29.14%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.46

 K value IS 0.68

RGB Variations

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

Color information

#511A2C (or 0x511A2C) is known color: Castro. HEX triplet: 51, 1A and 2C. RGB value is (81,26,44). Sum of RGB (Red+Green+Blue) = 81+26+44=151 (20% of max value = 765). Red value is 81 (32.03% from 255 or 53.64% from 151); Green value is 26 (10.55% from 255 or 17.22% from 151); Blue value is 44 (17.58% from 255 or 29.14% from 151); Max value from RGB is 81 - color contains mainly: red. Hex color #511A2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #511A2C is #AEE5D3. Grayscale: #2C2C2C. Windows color (decimal): -11462100 or 2890321. OLE color: 2890321.

HSL color Cylindrical-coordinate representation of color #511A2C: hue angle of 340.36º degrees, saturation: 0.51, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #511A2C is Cyan = 0, Magento = 0.68, Yellow = 0.46 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 26 44 -
CMYK 0 0.68 0.46 0.68
HSL 340.36º 0.51% 0.21% -
HSV(B) 340.36º 0.68% 0.32% -
XYZ 4.22 2.67 2.68 -
YUV 44.5 127.72 154.04 -
System Red Green Blue C M Y K H S L
Decimal 81 26 44 0 0.68 0.46 0.68 340.36 0.51 0.21
Hex 51 1A 2C 0 44 2E 44 154 33 15
Octal 121 32 54 0 104 56 104 524 63 25
Binary 1010001 11010 101100 0 1000100 101110 1000100 101010100 110011 10101

Color Harmonies of #511A2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511A2C

Black with #511A2C

Text Example


Text Example

White with #511A2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #511A2C; }

 p { color: rgb(81,26,44); }

 H1.HeaderClassName
 {
   color: #511A2C;
 }
 .AnyTagClassName
 {
   color: #511A2C;
 }
</style>

background-color css

<style>
 a { background-color: #511A2C; }

 a { background-color: rgb(81,26,44); }

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

border-color css

<style>
 span { border-color: #511A2C; }

 span { border-color: rgb(81,26,44); }

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