Html Css Color HEX #512337 Black Rose

📋 copy color: '#512337'

red 81 ◦ green 35 ◦ blue 55

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

Shades of Black Rose #512337

Tints of Black Rose #512337

RGB

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

 GREEN value IS 35 (14.06% from 255) = 20.47%

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

R = 47.37%
G = 20.47%
B = 32.16%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.32

 K value IS 0.68

RGB Variations

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

Color information

#512337 (or 0x512337) is known color: Black Rose. HEX triplet: 51, 23 and 37. RGB value is (81,35,55). Sum of RGB (Red+Green+Blue) = 81+35+55=171 (22% of max value = 765). Red value is 81 (32.03% from 255 or 47.37% from 171); Green value is 35 (14.06% from 255 or 20.47% from 171); Blue value is 55 (21.88% from 255 or 32.16% from 171); Max value from RGB is 81 - color contains mainly: red. Hex color #512337 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #512337 is #AEDCC8. Grayscale: #333333. Windows color (decimal): -11459785 or 3613521. OLE color: 3613521.

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

Color convert

RGB 81 35 55 -
CMYK 0 0.57 0.32 0.68
HSL 333.91º 0.4% 0.23% -
HSV(B) 333.91º 0.57% 0.32% -
XYZ 4.68 3.23 3.99 -
YUV 51.03 130.24 149.37 -
System Red Green Blue C M Y K H S L
Decimal 81 35 55 0 0.57 0.32 0.68 333.91 0.4 0.23
Hex 51 23 37 0 39 20 44 14E 28 17
Octal 121 43 67 0 71 40 104 516 50 27
Binary 1010001 100011 110111 0 111001 100000 1000100 101001110 101000 10111

Color Harmonies of #512337

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512337

Black with #512337

Text Example


Text Example

White with #512337

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #512337; }

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

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

background-color css

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

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

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

border-color css

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

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

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