Html Css Color HEX #512636 Black Rose

📋 copy color: '#512636'

red 81 ◦ green 38 ◦ blue 54

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

Shades of Black Rose #512636

Tints of Black Rose #512636

RGB

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

 GREEN value IS 38 (15.23% from 255) = 21.97%

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

R = 46.82%
G = 21.97%
B = 31.21%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.33

 K value IS 0.68

RGB Variations

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

Color information

#512636 (or 0x512636) is known color: Black Rose. HEX triplet: 51, 26 and 36. RGB value is (81,38,54). Sum of RGB (Red+Green+Blue) = 81+38+54=173 (22% of max value = 765). Red value is 81 (32.03% from 255 or 46.82% from 173); Green value is 38 (15.23% from 255 or 21.97% from 173); Blue value is 54 (21.48% from 255 or 31.21% from 173); Max value from RGB is 81 - color contains mainly: red. Hex color #512636 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #512636 is #AED9C9. Grayscale: #343434. Windows color (decimal): -11459018 or 3548753. OLE color: 3548753.

HSL color Cylindrical-coordinate representation of color #512636: hue angle of 337.67º degrees, saturation: 0.36, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #512636 is Cyan = 0, Magento = 0.53, Yellow = 0.33 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 38 54 -
CMYK 0 0.53 0.33 0.68
HSL 337.67º 0.36% 0.23% -
HSV(B) 337.67º 0.53% 0.32% -
XYZ 4.75 3.4 3.9 -
YUV 52.68 128.75 148.2 -
System Red Green Blue C M Y K H S L
Decimal 81 38 54 0 0.53 0.33 0.68 337.67 0.36 0.23
Hex 51 26 36 0 35 21 44 152 24 17
Octal 121 46 66 0 65 41 104 522 44 27
Binary 1010001 100110 110110 0 110101 100001 1000100 101010010 100100 10111

Color Harmonies of #512636

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512636

Black with #512636

Text Example


Text Example

White with #512636

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #512636; }

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

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

background-color css

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

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

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

border-color css

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

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

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