Html Css Color HEX #512B36 Black Rose

📋 copy color: '#512B36'

red 81 ◦ green 43 ◦ blue 54

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

Shades of Black Rose #512B36

Tints of Black Rose #512B36

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 30.34%

R = 45.51%
G = 24.16%
B = 30.34%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.33

 K value IS 0.68

RGB Variations

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

Color information

#512B36 (or 0x512B36) is known color: Black Rose. HEX triplet: 51, 2B and 36. RGB value is (81,43,54). Sum of RGB (Red+Green+Blue) = 81+43+54=178 (23% of max value = 765). Red value is 81 (32.03% from 255 or 45.51% from 178); Green value is 43 (17.19% from 255 or 24.16% from 178); Blue value is 54 (21.48% from 255 or 30.34% from 178); Max value from RGB is 81 - color contains mainly: red. Hex color #512B36 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #512B36 is #AED4C9. Grayscale: #373737. Windows color (decimal): -11457738 or 3550033. OLE color: 3550033.

HSL color Cylindrical-coordinate representation of color #512B36: hue angle of 342.63º 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 #512B36 is Cyan = 0, Magento = 0.47, Yellow = 0.33 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 43 54 -
CMYK 0 0.47 0.33 0.68
HSL 342.63º 0.31% 0.24% -
HSV(B) 342.63º 0.47% 0.32% -
XYZ 4.92 3.74 3.95 -
YUV 55.62 127.09 146.11 -
System Red Green Blue C M Y K H S L
Decimal 81 43 54 0 0.47 0.33 0.68 342.63 0.31 0.24
Hex 51 2B 36 0 2F 21 44 157 1F 18
Octal 121 53 66 0 57 41 104 527 37 30
Binary 1010001 101011 110110 0 101111 100001 1000100 101010111 11111 11000

Color Harmonies of #512B36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512B36

Black with #512B36

Text Example


Text Example

White with #512B36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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