Html Css Color HEX #512B3A Black Rose

📋 copy color: '#512B3A'

red 81 ◦ green 43 ◦ blue 58

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

Shades of Black Rose #512B3A

Tints of Black Rose #512B3A

RGB

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

 GREEN value IS 43 (17.19% from 255) = 23.63%

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

R = 44.51%
G = 23.63%
B = 31.87%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.28

 K value IS 0.68

RGB Variations

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

Color information

#512B3A (or 0x512B3A) is known color: Black Rose. HEX triplet: 51, 2B and 3A. RGB value is (81,43,58). Sum of RGB (Red+Green+Blue) = 81+43+58=182 (24% of max value = 765). Red value is 81 (32.03% from 255 or 44.51% from 182); Green value is 43 (17.19% from 255 or 23.63% from 182); Blue value is 58 (23.05% from 255 or 31.87% from 182); Max value from RGB is 81 - color contains mainly: red. Hex color #512B3A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #512B3A is #AED4C5. Grayscale: #383838. Windows color (decimal): -11457734 or 3812177. OLE color: 3812177.

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

Color convert

RGB 81 43 58 -
CMYK 0 0.47 0.28 0.68
HSL 336.32º 0.31% 0.24% -
HSV(B) 336.32º 0.47% 0.32% -
XYZ 5.02 3.78 4.47 -
YUV 56.07 129.09 145.78 -
System Red Green Blue C M Y K H S L
Decimal 81 43 58 0 0.47 0.28 0.68 336.32 0.31 0.24
Hex 51 2B 3A 0 2F 1C 44 150 1F 18
Octal 121 53 72 0 57 34 104 520 37 30
Binary 1010001 101011 111010 0 101111 11100 1000100 101010000 11111 11000

Color Harmonies of #512B3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512B3A

Black with #512B3A

Text Example


Text Example

White with #512B3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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