Html Css Color HEX #511B31 Castro

📋 copy color: '#511B31'

red 81 ◦ green 27 ◦ blue 49

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

Shades of Castro #511B31

Tints of Castro #511B31

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 31.21%

R = 51.59%
G = 17.2%
B = 31.21%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.40

 K value IS 0.68

RGB Variations

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

Color information

#511B31 (or 0x511B31) is known color: Castro. HEX triplet: 51, 1B and 31. RGB value is (81,27,49). Sum of RGB (Red+Green+Blue) = 81+27+49=157 (20% of max value = 765). Red value is 81 (32.03% from 255 or 51.59% from 157); Green value is 27 (10.94% from 255 or 17.20% from 157); Blue value is 49 (19.53% from 255 or 31.21% from 157); Max value from RGB is 81 - color contains mainly: red. Hex color #511B31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #511B31 is #AEE4CE. Grayscale: #2D2D2D. Windows color (decimal): -11461839 or 3218257. OLE color: 3218257.

HSL color Cylindrical-coordinate representation of color #511B31: hue angle of 335.56º 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 #511B31 is Cyan = 0, Magento = 0.67, Yellow = 0.40 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 27 49 -
CMYK 0 0.67 0.40 0.68
HSL 335.56º 0.5% 0.21% -
HSV(B) 335.56º 0.67% 0.32% -
XYZ 4.34 2.75 3.21 -
YUV 45.65 129.89 153.21 -
System Red Green Blue C M Y K H S L
Decimal 81 27 49 0 0.67 0.40 0.68 335.56 0.5 0.21
Hex 51 1B 31 0 43 28 44 150 32 15
Octal 121 33 61 0 103 50 104 520 62 25
Binary 1010001 11011 110001 0 1000011 101000 1000100 101010000 110010 10101

Color Harmonies of #511B31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511B31

Black with #511B31

Text Example


Text Example

White with #511B31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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