#512430

Color #512430 Black Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black Rose #512430

Tints of Black Rose #512430

Color information

#512430 (or 0x512430) is unknown color: approx Black Rose. HEX triplet: 51, 24 and 30. RGB value is (81,36,48). Sum of RGB (Red+Green+Blue) = 81+36+48=165 (21% of max value = 765). Red value is 81 (32.03% from 255 or 49.09% from 165); Green value is 36 (14.45% from 255 or 21.82% from 165); Blue value is 48 (19.14% from 255 or 29.09% from 165); Max value from RGB is 81 - color contains mainly: red. Hex color #512430 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #512430 is #AEDBCF. Grayscale: #323232. Windows color (decimal): -11459536 or 3155025. OLE color: 3155025.

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

Color convert

RGB813648-
CMYK00.560.410.68
HSL344º38.46%22.94%-
HSV(B)344º55.56%31.76%-
XYZ4.563.223.18-
YUV50.82126.41149.52-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 49.09%
GREEN value IS 36 (14.45% from 255) = 21.82%
BLUE value IS 48 (19.14% from 255) = 29.09%
R=49.09%
G=21.82%
B=29.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.41
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81364800.560.410.6834438.4622.94
Hex51243003829441582617
Octal1214460070511045304627
Binary10100011001001100000111000101001100010010101100010011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512430

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #512430; }

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

 H1.HeaderClassName
 {
   color: #512430;
 }
 .AnyTagClassName
 {
   color: #512430;
 }
</style>
background-color css

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

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

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

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

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

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