Html Css Color HEX #511F2D Black Rose

📋 copy color: '#511F2D'

red 81 ◦ green 31 ◦ blue 45

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

Shades of Black Rose #511F2D

Tints of Black Rose #511F2D

RGB

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

 GREEN value IS 31 (12.5% from 255) = 19.75%

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

R = 51.59%
G = 19.75%
B = 28.66%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.44

 K value IS 0.68

RGB Variations

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

Color information

#511F2D (or 0x511F2D) is known color: Black Rose. HEX triplet: 51, 1F and 2D. RGB value is (81,31,45). Sum of RGB (Red+Green+Blue) = 81+31+45=157 (20% of max value = 765). Red value is 81 (32.03% from 255 or 51.59% from 157); Green value is 31 (12.5% from 255 or 19.75% from 157); Blue value is 45 (17.97% from 255 or 28.66% from 157); Max value from RGB is 81 - color contains mainly: red. Hex color #511F2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #511F2D is #AEE0D2. Grayscale: #2F2F2F. Windows color (decimal): -11460819 or 2957137. OLE color: 2957137.

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

Color convert

RGB 81 31 45 -
CMYK 0 0.62 0.44 0.68
HSL 343.2º 0.45% 0.22% -
HSV(B) 343.2º 0.62% 0.32% -
XYZ 4.36 2.92 2.82 -
YUV 47.55 126.57 151.86 -
System Red Green Blue C M Y K H S L
Decimal 81 31 45 0 0.62 0.44 0.68 343.2 0.45 0.22
Hex 51 1F 2D 0 3E 2C 44 157 2D 16
Octal 121 37 55 0 76 54 104 527 55 26
Binary 1010001 11111 101101 0 111110 101100 1000100 101010111 101101 10110

Color Harmonies of #511F2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511F2D

Black with #511F2D

Text Example


Text Example

White with #511F2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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