Html Css Color HEX #512633 Black Rose

📋 copy color: '#512633'

red 81 ◦ green 38 ◦ blue 51

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

Shades of Black Rose #512633

Tints of Black Rose #512633

RGB

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

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

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

R = 47.65%
G = 22.35%
B = 30%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.37

 K value IS 0.68

RGB Variations

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

Color information

#512633 (or 0x512633) is known color: Black Rose. HEX triplet: 51, 26 and 33. RGB value is (81,38,51). Sum of RGB (Red+Green+Blue) = 81+38+51=170 (22% of max value = 765). Red value is 81 (32.03% from 255 or 47.65% from 170); Green value is 38 (15.23% from 255 or 22.35% from 170); Blue value is 51 (20.31% from 255 or 30% from 170); Max value from RGB is 81 - color contains mainly: red. Hex color #512633 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #512633 is #AED9CC. Grayscale: #343434. Windows color (decimal): -11459021 or 3352145. OLE color: 3352145.

HSL color Cylindrical-coordinate representation of color #512633: hue angle of 341.86º 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 #512633 is Cyan = 0, Magento = 0.53, Yellow = 0.37 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 38 51 -
CMYK 0 0.53 0.37 0.68
HSL 341.86º 0.36% 0.23% -
HSV(B) 341.86º 0.53% 0.32% -
XYZ 4.68 3.37 3.54 -
YUV 52.34 127.25 148.44 -
System Red Green Blue C M Y K H S L
Decimal 81 38 51 0 0.53 0.37 0.68 341.86 0.36 0.23
Hex 51 26 33 0 35 25 44 156 24 17
Octal 121 46 63 0 65 45 104 526 44 27
Binary 1010001 100110 110011 0 110101 100101 1000100 101010110 100100 10111

Color Harmonies of #512633

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512633

Black with #512633

Text Example


Text Example

White with #512633

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #512633; }

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

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

background-color css

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

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

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

border-color css

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

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

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