Html Css Color HEX #501E2E Castro

📋 copy color: '#501E2E'

red 80 ◦ green 30 ◦ blue 46

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

Shades of Castro #501E2E

Tints of Castro #501E2E

RGB

 RED value IS 80 (31.64% from 255) = 51.28%

 GREEN value IS 30 (12.11% from 255) = 19.23%

 BLUE value IS 46 (18.36% from 255) = 29.49%

R = 51.28%
G = 19.23%
B = 29.49%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.42

 K value IS 0.69

RGB Variations

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

Color information

#501E2E (or 0x501E2E) is known color: Castro. HEX triplet: 50, 1E and 2E. RGB value is (80,30,46). Sum of RGB (Red+Green+Blue) = 80+30+46=156 (20% of max value = 765). Red value is 80 (31.64% from 255 or 51.28% from 156); Green value is 30 (12.11% from 255 or 19.23% from 156); Blue value is 46 (18.36% from 255 or 29.49% from 156); Max value from RGB is 80 - color contains mainly: red. Hex color #501E2E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #501E2E is #AFE1D1. Grayscale: #2E2E2E. Windows color (decimal): -11526610 or 3022416. OLE color: 3022416.

HSL color Cylindrical-coordinate representation of color #501E2E: hue angle of 340.8º degrees, saturation: 0.45, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #501E2E is Cyan = 0, Magento = 0.62, Yellow = 0.42 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 30 46 -
CMYK 0 0.62 0.42 0.69
HSL 340.8º 0.45% 0.22% -
HSV(B) 340.8º 0.63% 0.31% -
XYZ 4.27 2.83 2.91 -
YUV 46.77 127.57 151.7 -
System Red Green Blue C M Y K H S L
Decimal 80 30 46 0 0.62 0.42 0.69 340.8 0.45 0.22
Hex 50 1E 2E 0 3E 2A 45 155 2D 16
Octal 120 36 56 0 76 52 105 525 55 26
Binary 1010000 11110 101110 0 111110 101010 1000101 101010101 101101 10110

Color Harmonies of #501E2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501E2E

Black with #501E2E

Text Example


Text Example

White with #501E2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501E2E; }

 p { color: rgb(80,30,46); }

 H1.HeaderClassName
 {
   color: #501E2E;
 }
 .AnyTagClassName
 {
   color: #501E2E;
 }
</style>

background-color css

<style>
 a { background-color: #501E2E; }

 a { background-color: rgb(80,30,46); }

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

border-color css

<style>
 span { border-color: #501E2E; }

 span { border-color: rgb(80,30,46); }

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