Html Css Color HEX #512B37 Black Rose

📋 copy color: '#512B37'

red 81 ◦ green 43 ◦ blue 55

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

Shades of Black Rose #512B37

Tints of Black Rose #512B37

RGB

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

 GREEN value IS 43 (17.19% from 255) = 24.02%

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

R = 45.25%
G = 24.02%
B = 30.73%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.32

 K value IS 0.68

RGB Variations

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

Color information

#512B37 (or 0x512B37) is known color: Black Rose. HEX triplet: 51, 2B and 37. RGB value is (81,43,55). Sum of RGB (Red+Green+Blue) = 81+43+55=179 (23% of max value = 765). Red value is 81 (32.03% from 255 or 45.25% from 179); Green value is 43 (17.19% from 255 or 24.02% from 179); Blue value is 55 (21.88% from 255 or 30.73% from 179); Max value from RGB is 81 - color contains mainly: red. Hex color #512B37 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #512B37 is #AED4C8. Grayscale: #373737. Windows color (decimal): -11457737 or 3615569. OLE color: 3615569.

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

Color convert

RGB 81 43 55 -
CMYK 0 0.47 0.32 0.68
HSL 341.05º 0.31% 0.24% -
HSV(B) 341.05º 0.47% 0.32% -
XYZ 4.95 3.75 4.08 -
YUV 55.73 127.59 146.02 -
System Red Green Blue C M Y K H S L
Decimal 81 43 55 0 0.47 0.32 0.68 341.05 0.31 0.24
Hex 51 2B 37 0 2F 20 44 155 1F 18
Octal 121 53 67 0 57 40 104 525 37 30
Binary 1010001 101011 110111 0 101111 100000 1000100 101010101 11111 11000

Color Harmonies of #512B37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512B37

Black with #512B37

Text Example


Text Example

White with #512B37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #512B37; }

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

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

background-color css

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

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

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

border-color css

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

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

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