Html Css Color HEX #512933 Black Rose

📋 copy color: '#512933'

red 81 ◦ green 41 ◦ blue 51

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

Shades of Black Rose #512933

Tints of Black Rose #512933

RGB

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

 GREEN value IS 41 (16.41% from 255) = 23.7%

 BLUE value IS 51 (20.31% from 255) = 29.48%

R = 46.82%
G = 23.7%
B = 29.48%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.37

 K value IS 0.68

RGB Variations

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

Color information

#512933 (or 0x512933) is known color: Black Rose. HEX triplet: 51, 29 and 33. RGB value is (81,41,51). Sum of RGB (Red+Green+Blue) = 81+41+51=173 (22% of max value = 765). Red value is 81 (32.03% from 255 or 46.82% from 173); Green value is 41 (16.41% from 255 or 23.70% from 173); Blue value is 51 (20.31% from 255 or 29.48% from 173); Max value from RGB is 81 - color contains mainly: red. Hex color #512933 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #512933 is #AED6CC. Grayscale: #363636. Windows color (decimal): -11458253 or 3352913. OLE color: 3352913.

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

Color convert

RGB 81 41 51 -
CMYK 0 0.49 0.37 0.68
HSL 345º 0.33% 0.24% -
HSV(B) 345º 0.49% 0.32% -
XYZ 4.78 3.57 3.57 -
YUV 54.1 126.25 147.19 -
System Red Green Blue C M Y K H S L
Decimal 81 41 51 0 0.49 0.37 0.68 345 0.33 0.24
Hex 51 29 33 0 31 25 44 159 21 18
Octal 121 51 63 0 61 45 104 531 41 30
Binary 1010001 101001 110011 0 110001 100101 1000100 101011001 100001 11000

Color Harmonies of #512933

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512933

Black with #512933

Text Example


Text Example

White with #512933

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #512933; }

 p { color: rgb(81,41,51); }

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

background-color css

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

 a { background-color: rgb(81,41,51); }

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

border-color css

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

 span { border-color: rgb(81,41,51); }

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