#833466

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

Shades of Rose Bud Cherry #833466

Tints of Rose Bud Cherry #833466

Color information

#833466 (or 0x833466) is unknown color: approx Rose Bud Cherry. HEX triplet: 83, 34 and 66. RGB value is (131,52,102). Sum of RGB (Red+Green+Blue) = 131+52+102=285 (37% of max value = 765). Red value is 131 (51.56% from 255 or 45.96% from 285); Green value is 52 (20.70% from 255 or 18.25% from 285); Blue value is 102 (40.23% from 255 or 35.79% from 285); Max value from RGB is 131 - color contains mainly: red. Hex color #833466 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #833466 is #7CCB99. Grayscale: #515151. Windows color (decimal): -8178586 or 6698115. OLE color: 6698115.

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

Color convert

RGB13152102-
CMYK00.600.220.49
HSL322.03º43.17%35.88%-
HSV(B)322.03º60.31%51.37%-
XYZ12.998.2413.48-
YUV81.32139.67163.43-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 45.96%
GREEN value IS 52 (20.70% from 255) = 18.25%
BLUE value IS 102 (40.23% from 255) = 35.79%
R=45.96%
G=18.25%
B=35.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.22
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1315210200.600.220.49322.0343.1735.88
Hex83346603C16311422b24
Octal2036414607426615025344
Binary100000111101001100110011110010110110001101000010101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #833466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #833466; }

 p { color: rgb(131,52,102); }

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

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

 a { background-color: rgb(131,52,102); }

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

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

 span { border-color: rgb(131,52,102); }

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