Html Css Color HEX #511B32 Castro

📋 copy color: '#511B32'

red 81 ◦ green 27 ◦ blue 50

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

Shades of Castro #511B32

Tints of Castro #511B32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 31.65%

R = 51.27%
G = 17.09%
B = 31.65%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.38

 K value IS 0.68

RGB Variations

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

Color information

#511B32 (or 0x511B32) is known color: Castro. HEX triplet: 51, 1B and 32. RGB value is (81,27,50). Sum of RGB (Red+Green+Blue) = 81+27+50=158 (20% of max value = 765). Red value is 81 (32.03% from 255 or 51.27% from 158); Green value is 27 (10.94% from 255 or 17.09% from 158); Blue value is 50 (19.92% from 255 or 31.65% from 158); Max value from RGB is 81 - color contains mainly: red. Hex color #511B32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #511B32 is #AEE4CD. Grayscale: #2D2D2D. Windows color (decimal): -11461838 or 3283793. OLE color: 3283793.

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

Color convert

RGB 81 27 50 -
CMYK 0 0.67 0.38 0.68
HSL 334.44º 0.5% 0.21% -
HSV(B) 334.44º 0.67% 0.32% -
XYZ 4.36 2.76 3.32 -
YUV 45.77 130.39 153.13 -
System Red Green Blue C M Y K H S L
Decimal 81 27 50 0 0.67 0.38 0.68 334.44 0.5 0.21
Hex 51 1B 32 0 43 26 44 14E 32 15
Octal 121 33 62 0 103 46 104 516 62 25
Binary 1010001 11011 110010 0 1000011 100110 1000100 101001110 110010 10101

Color Harmonies of #511B32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511B32

Black with #511B32

Text Example


Text Example

White with #511B32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,27,50); }

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

background-color css

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

 a { background-color: rgb(81,27,50); }

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

border-color css

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

 span { border-color: rgb(81,27,50); }

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