Html Css Color HEX #512134 Black Rose

📋 copy color: '#512134'

red 81 ◦ green 33 ◦ blue 52

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

Shades of Black Rose #512134

Tints of Black Rose #512134

RGB

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

 GREEN value IS 33 (13.28% from 255) = 19.88%

 BLUE value IS 52 (20.7% from 255) = 31.33%

R = 48.8%
G = 19.88%
B = 31.33%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.36

 K value IS 0.68

RGB Variations

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

Color information

#512134 (or 0x512134) is known color: Black Rose. HEX triplet: 51, 21 and 34. RGB value is (81,33,52). Sum of RGB (Red+Green+Blue) = 81+33+52=166 (21% of max value = 765). Red value is 81 (32.03% from 255 or 48.80% from 166); Green value is 33 (13.28% from 255 or 19.88% from 166); Blue value is 52 (20.70% from 255 or 31.33% from 166); Max value from RGB is 81 - color contains mainly: red. Hex color #512134 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #512134 is #AEDECB. Grayscale: #313131. Windows color (decimal): -11460300 or 3416401. OLE color: 3416401.

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

Color convert

RGB 81 33 52 -
CMYK 0 0.59 0.36 0.68
HSL 336.25º 0.42% 0.22% -
HSV(B) 336.25º 0.59% 0.32% -
XYZ 4.56 3.08 3.6 -
YUV 49.52 129.4 150.46 -
System Red Green Blue C M Y K H S L
Decimal 81 33 52 0 0.59 0.36 0.68 336.25 0.42 0.22
Hex 51 21 34 0 3B 24 44 150 2A 16
Octal 121 41 64 0 73 44 104 520 52 26
Binary 1010001 100001 110100 0 111011 100100 1000100 101010000 101010 10110

Color Harmonies of #512134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512134

Black with #512134

Text Example


Text Example

White with #512134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #512134; }

 p { color: rgb(81,33,52); }

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

background-color css

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

 a { background-color: rgb(81,33,52); }

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

border-color css

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

 span { border-color: rgb(81,33,52); }

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