Html Css Color HEX #512432 Black Rose

📋 copy color: '#512432'

red 81 ◦ green 36 ◦ blue 50

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

Shades of Black Rose #512432

Tints of Black Rose #512432

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 29.94%

R = 48.5%
G = 21.56%
B = 29.94%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.38

 K value IS 0.68

RGB Variations

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

Color information

#512432 (or 0x512432) is known color: Black Rose. HEX triplet: 51, 24 and 32. RGB value is (81,36,50). Sum of RGB (Red+Green+Blue) = 81+36+50=167 (22% of max value = 765). Red value is 81 (32.03% from 255 or 48.50% from 167); Green value is 36 (14.45% from 255 or 21.56% from 167); Blue value is 50 (19.92% from 255 or 29.94% from 167); Max value from RGB is 81 - color contains mainly: red. Hex color #512432 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #512432 is #AEDBCD. Grayscale: #333333. Windows color (decimal): -11459534 or 3286097. OLE color: 3286097.

HSL color Cylindrical-coordinate representation of color #512432: hue angle of 341.33º 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 #512432 is Cyan = 0, Magento = 0.56, Yellow = 0.38 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 36 50 -
CMYK 0 0.56 0.38 0.68
HSL 341.33º 0.38% 0.23% -
HSV(B) 341.33º 0.56% 0.32% -
XYZ 4.6 3.24 3.4 -
YUV 51.05 127.41 149.36 -
System Red Green Blue C M Y K H S L
Decimal 81 36 50 0 0.56 0.38 0.68 341.33 0.38 0.23
Hex 51 24 32 0 38 26 44 155 26 17
Octal 121 44 62 0 70 46 104 525 46 27
Binary 1010001 100100 110010 0 111000 100110 1000100 101010101 100110 10111

Color Harmonies of #512432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512432

Black with #512432

Text Example


Text Example

White with #512432

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #512432; }

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

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

background-color css

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

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

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

border-color css

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

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

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