Html Css Color HEX #511E2E Black Rose

📋 copy color: '#511E2E'

red 81 ◦ green 30 ◦ blue 46

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

Shades of Black Rose #511E2E

Tints of Black Rose #511E2E

RGB

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

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

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

R = 51.59%
G = 19.11%
B = 29.3%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.43

 K value IS 0.68

RGB Variations

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

Color information

#511E2E (or 0x511E2E) is known color: Black Rose. HEX triplet: 51, 1E and 2E. RGB value is (81,30,46). Sum of RGB (Red+Green+Blue) = 81+30+46=157 (20% of max value = 765). Red value is 81 (32.03% from 255 or 51.59% from 157); Green value is 30 (12.11% from 255 or 19.11% from 157); Blue value is 46 (18.36% from 255 or 29.30% from 157); Max value from RGB is 81 - color contains mainly: red. Hex color #511E2E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #511E2E is #AEE1D1. Grayscale: #2F2F2F. Windows color (decimal): -11461074 or 3022417. OLE color: 3022417.

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

Color convert

RGB 81 30 46 -
CMYK 0 0.63 0.43 0.68
HSL 341.18º 0.46% 0.22% -
HSV(B) 341.18º 0.63% 0.32% -
XYZ 4.35 2.88 2.91 -
YUV 47.07 127.4 152.2 -
System Red Green Blue C M Y K H S L
Decimal 81 30 46 0 0.63 0.43 0.68 341.18 0.46 0.22
Hex 51 1E 2E 0 3F 2B 44 155 2E 16
Octal 121 36 56 0 77 53 104 525 56 26
Binary 1010001 11110 101110 0 111111 101011 1000100 101010101 101110 10110

Color Harmonies of #511E2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511E2E

Black with #511E2E

Text Example


Text Example

White with #511E2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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