#812058

Color #812058 Rose Bud Cherry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rose Bud Cherry #812058

Tints of Rose Bud Cherry #812058

Color information

#812058 (or 0x812058) is unknown color: approx Rose Bud Cherry. HEX triplet: 81, 20 and 58. RGB value is (129,32,88). Sum of RGB (Red+Green+Blue) = 129+32+88=249 (32% of max value = 765). Red value is 129 (50.78% from 255 or 51.81% from 249); Green value is 32 (12.89% from 255 or 12.85% from 249); Blue value is 88 (34.77% from 255 or 35.34% from 249); Max value from RGB is 129 - color contains mainly: red. Hex color #812058 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #812058 is #7EDFA7. Grayscale: #434343. Windows color (decimal): -8314792 or 5775489. OLE color: 5775489.

HSL color Cylindrical-coordinate representation of color #812058: hue angle of 325.36º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #812058 is Cyan = 0, Magento = 0.75, Yellow = 0.32 and Black (K on CMYK) = 0.49.

Color convert

RGB1293288-
CMYK00.750.320.49
HSL325.36º60.25%31.57%-
HSV(B)325.36º75.19%50.59%-
XYZ11.336.49.87-
YUV67.39139.64171.95-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 51.81%
GREEN value IS 32 (12.89% from 255) = 12.85%
BLUE value IS 88 (34.77% from 255) = 35.34%
R=51.81%
G=12.85%
B=35.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.32
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129328800.750.320.49325.3660.2531.57
Hex81205804B20311453c20
Octal20140130011340615057440
Binary10000001100000101100001001011100000110001101000101111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #812058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #812058; }

 p { color: rgb(129,32,88); }

 H1.HeaderClassName
 {
   color: #812058;
 }
 .AnyTagClassName
 {
   color: #812058;
 }
</style>
background-color css

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

 a { background-color: rgb(129,32,88); }

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

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

 span { border-color: rgb(129,32,88); }

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