#84265A

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

Shades of Rose Bud Cherry #84265A

Tints of Rose Bud Cherry #84265A

Color information

#84265A (or 0x84265A) is unknown color: approx Rose Bud Cherry. HEX triplet: 84, 26 and 5A. RGB value is (132,38,90). Sum of RGB (Red+Green+Blue) = 132+38+90=260 (34% of max value = 765). Red value is 132 (51.95% from 255 or 50.77% from 260); Green value is 38 (15.23% from 255 or 14.62% from 260); Blue value is 90 (35.55% from 255 or 34.62% from 260); Max value from RGB is 132 - color contains mainly: red. Hex color #84265A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #84265A is #7BD9A5. Grayscale: #474747. Windows color (decimal): -8116646 or 5908100. OLE color: 5908100.

HSL color Cylindrical-coordinate representation of color #84265A: hue angle of 326.81º degrees, saturation: 0.55, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #84265A is Cyan = 0, Magento = 0.71, Yellow = 0.32 and Black (K on CMYK) = 0.48.

Color convert

RGB1323890-
CMYK00.710.320.48
HSL326.81º55.29%33.33%-
HSV(B)326.81º71.21%51.76%-
XYZ12.057.0310.39-
YUV72.03138.14170.77-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 50.77%
GREEN value IS 38 (15.23% from 255) = 14.62%
BLUE value IS 90 (35.55% from 255) = 34.62%
R=50.77%
G=14.62%
B=34.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.32
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132389000.710.320.48326.8155.2933.33
Hex84265A04720301473721
Octal20446132010740605076741
Binary10000100100110101101001000111100000110000101000111110111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84265A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84265A; }

 p { color: rgb(132,38,90); }

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

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

 a { background-color: rgb(132,38,90); }

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

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

 span { border-color: rgb(132,38,90); }

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