Html Css Color HEX #84295D Rose Bud Cherry

📋 copy color: '#84295D'

red 132 ◦ green 41 ◦ blue 93

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

Shades of Rose Bud Cherry #84295D

Tints of Rose Bud Cherry #84295D

RGB

 RED value IS 132 (51.95% from 255) = 49.62%

 GREEN value IS 41 (16.41% from 255) = 15.41%

 BLUE value IS 93 (36.72% from 255) = 34.96%

R = 49.62%
G = 15.41%
B = 34.96%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.30

 K value IS 0.48

RGB Variations

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

Color information

#84295D (or 0x84295D) is known color: Rose Bud Cherry. HEX triplet: 84, 29 and 5D. RGB value is (132,41,93). Sum of RGB (Red+Green+Blue) = 132+41+93=266 (35% of max value = 765). Red value is 132 (51.95% from 255 or 49.62% from 266); Green value is 41 (16.41% from 255 or 15.41% from 266); Blue value is 93 (36.72% from 255 or 34.96% from 266); Max value from RGB is 132 - color contains mainly: red. Hex color #84295D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #84295D is #7BD6A2. Grayscale: #4A4A4A. Windows color (decimal): -8115875 or 6105476. OLE color: 6105476.

HSL color Cylindrical-coordinate representation of color #84295D: hue angle of 325.71º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #84295D is Cyan = 0, Magento = 0.69, Yellow = 0.30 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 41 93 -
CMYK 0 0.69 0.30 0.48
HSL 325.71º 0.53% 0.34% -
HSV(B) 325.71º 0.69% 0.52% -
XYZ 12.28 7.28 11.11 -
YUV 74.14 138.65 169.27 -
System Red Green Blue C M Y K H S L
Decimal 132 41 93 0 0.69 0.30 0.48 325.71 0.53 0.34
Hex 84 29 5D 0 45 1E 30 146 35 22
Octal 204 51 135 0 105 36 60 506 65 42
Binary 10000100 101001 1011101 0 1000101 11110 110000 101000110 110101 100010

Color Harmonies of #84295D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84295D

Black with #84295D

Text Example


Text Example

White with #84295D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84295D; }

 p { color: rgb(132,41,93); }

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

background-color css

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

 a { background-color: rgb(132,41,93); }

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

border-color css

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

 span { border-color: rgb(132,41,93); }

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