Html Css Color HEX #512430 Black Rose

📋 copy color: '#512430'

red 81 ◦ green 36 ◦ blue 48

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

Shades of Black Rose #512430

Tints of Black Rose #512430

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 value IS 0

 M value IS 0.56

 Y value IS 0.41

 K value IS 0.68

RGB Variations

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

Color information

#512430 (or 0x512430) is known color: 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

RGB 81 36 48 -
CMYK 0 0.56 0.41 0.68
HSL 344º 0.38% 0.23% -
HSV(B) 344º 0.56% 0.32% -
XYZ 4.56 3.22 3.18 -
YUV 50.82 126.41 149.52 -
System Red Green Blue C M Y K H S L
Decimal 81 36 48 0 0.56 0.41 0.68 344 0.38 0.23
Hex 51 24 30 0 38 29 44 158 26 17
Octal 121 44 60 0 70 51 104 530 46 27
Binary 1010001 100100 110000 0 111000 101001 1000100 101011000 100110 10111

Color Harmonies of #512430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512430

Black with #512430

Text Example


Text Example

White with #512430

Text Example


Text Example

HTML Codes & Css Web 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>