Html Css Color HEX #512D3A Black Rose

📋 copy color: '#512D3A'

red 81 ◦ green 45 ◦ blue 58

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

Shades of Black Rose #512D3A

Tints of Black Rose #512D3A

RGB

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

 GREEN value IS 45 (17.97% from 255) = 24.46%

 BLUE value IS 58 (23.05% from 255) = 31.52%

R = 44.02%
G = 24.46%
B = 31.52%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.28

 K value IS 0.68

RGB Variations

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

Color information

#512D3A (or 0x512D3A) is known color: Black Rose. HEX triplet: 51, 2D and 3A. RGB value is (81,45,58). Sum of RGB (Red+Green+Blue) = 81+45+58=184 (24% of max value = 765). Red value is 81 (32.03% from 255 or 44.02% from 184); Green value is 45 (17.97% from 255 or 24.46% from 184); Blue value is 58 (23.05% from 255 or 31.52% from 184); Max value from RGB is 81 - color contains mainly: red. Hex color #512D3A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #512D3A is #AED2C5. Grayscale: #393939. Windows color (decimal): -11457222 or 3812689. OLE color: 3812689.

HSL color Cylindrical-coordinate representation of color #512D3A: hue angle of 338.33º degrees, saturation: 0.29, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #512D3A is Cyan = 0, Magento = 0.44, Yellow = 0.28 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 45 58 -
CMYK 0 0.44 0.28 0.68
HSL 338.33º 0.29% 0.25% -
HSV(B) 338.33º 0.44% 0.32% -
XYZ 5.1 3.93 4.49 -
YUV 57.25 128.43 144.94 -
System Red Green Blue C M Y K H S L
Decimal 81 45 58 0 0.44 0.28 0.68 338.33 0.29 0.25
Hex 51 2D 3A 0 2C 1C 44 152 1D 19
Octal 121 55 72 0 54 34 104 522 35 31
Binary 1010001 101101 111010 0 101100 11100 1000100 101010010 11101 11001

Color Harmonies of #512D3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512D3A

Black with #512D3A

Text Example


Text Example

White with #512D3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #512D3A; }

 p { color: rgb(81,45,58); }

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

background-color css

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

 a { background-color: rgb(81,45,58); }

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

border-color css

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

 span { border-color: rgb(81,45,58); }

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