Html Css Color HEX #512431 Black Rose

📋 copy color: '#512431'

red 81 ◦ green 36 ◦ blue 49

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

Shades of Black Rose #512431

Tints of Black Rose #512431

RGB

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

 GREEN value IS 36 (14.45% from 255) = 21.69%

 BLUE value IS 49 (19.53% from 255) = 29.52%

R = 48.8%
G = 21.69%
B = 29.52%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.40

 K value IS 0.68

RGB Variations

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

Color information

#512431 (or 0x512431) is known color: Black Rose. HEX triplet: 51, 24 and 31. RGB value is (81,36,49). Sum of RGB (Red+Green+Blue) = 81+36+49=166 (21% of max value = 765). Red value is 81 (32.03% from 255 or 48.80% from 166); Green value is 36 (14.45% from 255 or 21.69% from 166); Blue value is 49 (19.53% from 255 or 29.52% from 166); Max value from RGB is 81 - color contains mainly: red. Hex color #512431 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #512431 is #AEDBCE. Grayscale: #323232. Windows color (decimal): -11459535 or 3220561. OLE color: 3220561.

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

Color convert

RGB 81 36 49 -
CMYK 0 0.56 0.40 0.68
HSL 342.67º 0.38% 0.23% -
HSV(B) 342.67º 0.56% 0.32% -
XYZ 4.58 3.23 3.29 -
YUV 50.94 126.91 149.44 -
System Red Green Blue C M Y K H S L
Decimal 81 36 49 0 0.56 0.40 0.68 342.67 0.38 0.23
Hex 51 24 31 0 38 28 44 157 26 17
Octal 121 44 61 0 70 50 104 527 46 27
Binary 1010001 100100 110001 0 111000 101000 1000100 101010111 100110 10111

Color Harmonies of #512431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512431

Black with #512431

Text Example


Text Example

White with #512431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #512431; }

 p { color: rgb(81,36,49); }

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

background-color css

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

 a { background-color: rgb(81,36,49); }

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

border-color css

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

 span { border-color: rgb(81,36,49); }

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