Html Css Color HEX #512937 Black Rose

📋 copy color: '#512937'

red 81 ◦ green 41 ◦ blue 55

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

Shades of Black Rose #512937

Tints of Black Rose #512937

RGB

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

 GREEN value IS 41 (16.41% from 255) = 23.16%

 BLUE value IS 55 (21.88% from 255) = 31.07%

R = 45.76%
G = 23.16%
B = 31.07%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.32

 K value IS 0.68

RGB Variations

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

Color information

#512937 (or 0x512937) is known color: Black Rose. HEX triplet: 51, 29 and 37. RGB value is (81,41,55). Sum of RGB (Red+Green+Blue) = 81+41+55=177 (23% of max value = 765). Red value is 81 (32.03% from 255 or 45.76% from 177); Green value is 41 (16.41% from 255 or 23.16% from 177); Blue value is 55 (21.88% from 255 or 31.07% from 177); Max value from RGB is 81 - color contains mainly: red. Hex color #512937 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #512937 is #AED6C8. Grayscale: #363636. Windows color (decimal): -11458249 or 3615057. OLE color: 3615057.

HSL color Cylindrical-coordinate representation of color #512937: hue angle of 339º degrees, saturation: 0.33, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #512937 is Cyan = 0, Magento = 0.49, Yellow = 0.32 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 41 55 -
CMYK 0 0.49 0.32 0.68
HSL 339º 0.33% 0.24% -
HSV(B) 339º 0.49% 0.32% -
XYZ 4.88 3.61 4.05 -
YUV 54.56 128.25 146.86 -
System Red Green Blue C M Y K H S L
Decimal 81 41 55 0 0.49 0.32 0.68 339 0.33 0.24
Hex 51 29 37 0 31 20 44 153 21 18
Octal 121 51 67 0 61 40 104 523 41 30
Binary 1010001 101001 110111 0 110001 100000 1000100 101010011 100001 11000

Color Harmonies of #512937

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512937

Black with #512937

Text Example


Text Example

White with #512937

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #512937; }

 p { color: rgb(81,41,55); }

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

background-color css

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

 a { background-color: rgb(81,41,55); }

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

border-color css

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

 span { border-color: rgb(81,41,55); }

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