#83184E

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

Shades of Rose Bud Cherry #83184E

Tints of Rose Bud Cherry #83184E

Color information

#83184E (or 0x83184E) is unknown color: approx Rose Bud Cherry. HEX triplet: 83, 18 and 4E. RGB value is (131,24,78). Sum of RGB (Red+Green+Blue) = 131+24+78=233 (30% of max value = 765). Red value is 131 (51.56% from 255 or 56.22% from 233); Green value is 24 (9.77% from 255 or 10.30% from 233); Blue value is 78 (30.86% from 255 or 33.48% from 233); Max value from RGB is 131 - color contains mainly: red. Hex color #83184E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #83184E is #7CE7B1. Grayscale: #3E3E3E. Windows color (decimal): -8185778 or 5118083. OLE color: 5118083.

HSL color Cylindrical-coordinate representation of color #83184E: hue angle of 329.72º degrees, saturation: 0.69, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #83184E is Cyan = 0, Magento = 0.82, Yellow = 0.40 and Black (K on CMYK) = 0.49.

Color convert

RGB1312478-
CMYK00.820.400.49
HSL329.72º69.03%30.39%-
HSV(B)329.72º81.68%51.37%-
XYZ11.066.037.79-
YUV62.15136.95177.11-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 56.22%
GREEN value IS 24 (9.77% from 255) = 10.30%
BLUE value IS 78 (30.86% from 255) = 33.48%
R=56.22%
G=10.30%
B=33.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.40
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131247800.820.400.49329.7269.0330.39
Hex83184E052283114a451e
Octal203301160122506151210536
Binary1000001111000100111001010010101000110001101001010100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83184E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83184E; }

 p { color: rgb(131,24,78); }

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

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

 a { background-color: rgb(131,24,78); }

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

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

 span { border-color: rgb(131,24,78); }

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