Html Css Color HEX #512435 Black Rose

📋 copy color: '#512435'

red 81 ◦ green 36 ◦ blue 53

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

Shades of Black Rose #512435

Tints of Black Rose #512435

RGB

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

 GREEN value IS 36 (14.45% from 255) = 21.18%

 BLUE value IS 53 (21.09% from 255) = 31.18%

R = 47.65%
G = 21.18%
B = 31.18%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.35

 K value IS 0.68

RGB Variations

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

Color information

#512435 (or 0x512435) is known color: Black Rose. HEX triplet: 51, 24 and 35. RGB value is (81,36,53). Sum of RGB (Red+Green+Blue) = 81+36+53=170 (22% of max value = 765). Red value is 81 (32.03% from 255 or 47.65% from 170); Green value is 36 (14.45% from 255 or 21.18% from 170); Blue value is 53 (21.09% from 255 or 31.18% from 170); Max value from RGB is 81 - color contains mainly: red. Hex color #512435 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #512435 is #AEDBCA. Grayscale: #333333. Windows color (decimal): -11459531 or 3482705. OLE color: 3482705.

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

Color convert

RGB 81 36 53 -
CMYK 0 0.56 0.35 0.68
HSL 337.33º 0.38% 0.23% -
HSV(B) 337.33º 0.56% 0.32% -
XYZ 4.67 3.27 3.75 -
YUV 51.39 128.91 149.12 -
System Red Green Blue C M Y K H S L
Decimal 81 36 53 0 0.56 0.35 0.68 337.33 0.38 0.23
Hex 51 24 35 0 38 23 44 151 26 17
Octal 121 44 65 0 70 43 104 521 46 27
Binary 1010001 100100 110101 0 111000 100011 1000100 101010001 100110 10111

Color Harmonies of #512435

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512435

Black with #512435

Text Example


Text Example

White with #512435

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #512435; }

 p { color: rgb(81,36,53); }

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

background-color css

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

 a { background-color: rgb(81,36,53); }

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

border-color css

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

 span { border-color: rgb(81,36,53); }

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