Html Css Color HEX #511D34 Castro

📋 copy color: '#511D34'

red 81 ◦ green 29 ◦ blue 52

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

Shades of Castro #511D34

Tints of Castro #511D34

RGB

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

 GREEN value IS 29 (11.72% from 255) = 17.9%

 BLUE value IS 52 (20.7% from 255) = 32.1%

R = 50%
G = 17.9%
B = 32.1%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.36

 K value IS 0.68

RGB Variations

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

Color information

#511D34 (or 0x511D34) is known color: Castro. HEX triplet: 51, 1D and 34. RGB value is (81,29,52). Sum of RGB (Red+Green+Blue) = 81+29+52=162 (21% of max value = 765). Red value is 81 (32.03% from 255 or 50% from 162); Green value is 29 (11.72% from 255 or 17.90% from 162); Blue value is 52 (20.70% from 255 or 32.10% from 162); Max value from RGB is 81 - color contains mainly: red. Hex color #511D34 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #511D34 is #AEE2CB. Grayscale: #2F2F2F. Windows color (decimal): -11461324 or 3415377. OLE color: 3415377.

HSL color Cylindrical-coordinate representation of color #511D34: hue angle of 333.46º degrees, saturation: 0.47, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #511D34 is Cyan = 0, Magento = 0.64, Yellow = 0.36 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 29 52 -
CMYK 0 0.64 0.36 0.68
HSL 333.46º 0.47% 0.22% -
HSV(B) 333.46º 0.64% 0.32% -
XYZ 4.45 2.88 3.57 -
YUV 47.17 130.73 152.13 -
System Red Green Blue C M Y K H S L
Decimal 81 29 52 0 0.64 0.36 0.68 333.46 0.47 0.22
Hex 51 1D 34 0 40 24 44 14D 2F 16
Octal 121 35 64 0 100 44 104 515 57 26
Binary 1010001 11101 110100 0 1000000 100100 1000100 101001101 101111 10110

Color Harmonies of #511D34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511D34

Black with #511D34

Text Example


Text Example

White with #511D34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,29,52); }

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

background-color css

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

 a { background-color: rgb(81,29,52); }

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

border-color css

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

 span { border-color: rgb(81,29,52); }

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