Html Css Color HEX #511D2D Black Rose

📋 copy color: '#511D2D'

red 81 ◦ green 29 ◦ blue 45

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

Shades of Black Rose #511D2D

Tints of Black Rose #511D2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 29.03%

R = 52.26%
G = 18.71%
B = 29.03%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.44

 K value IS 0.68

RGB Variations

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

Color information

#511D2D (or 0x511D2D) is known color: Black Rose. HEX triplet: 51, 1D and 2D. RGB value is (81,29,45). Sum of RGB (Red+Green+Blue) = 81+29+45=155 (20% of max value = 765). Red value is 81 (32.03% from 255 or 52.26% from 155); Green value is 29 (11.72% from 255 or 18.71% from 155); Blue value is 45 (17.97% from 255 or 29.03% from 155); Max value from RGB is 81 - color contains mainly: red. Hex color #511D2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #511D2D is #AEE2D2. Grayscale: #2E2E2E. Windows color (decimal): -11461331 or 2956625. OLE color: 2956625.

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

Color convert

RGB 81 29 45 -
CMYK 0 0.64 0.44 0.68
HSL 341.54º 0.47% 0.22% -
HSV(B) 341.54º 0.64% 0.32% -
XYZ 4.31 2.82 2.8 -
YUV 46.37 127.23 152.7 -
System Red Green Blue C M Y K H S L
Decimal 81 29 45 0 0.64 0.44 0.68 341.54 0.47 0.22
Hex 51 1D 2D 0 40 2C 44 156 2F 16
Octal 121 35 55 0 100 54 104 526 57 26
Binary 1010001 11101 101101 0 1000000 101100 1000100 101010110 101111 10110

Color Harmonies of #511D2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511D2D

Black with #511D2D

Text Example


Text Example

White with #511D2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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