Html Css Color HEX #84335D Rose Bud Cherry

📋 copy color: '#84335D'

red 132 ◦ green 51 ◦ blue 93

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

Shades of Rose Bud Cherry #84335D

Tints of Rose Bud Cherry #84335D

RGB

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

 GREEN value IS 51 (20.31% from 255) = 18.48%

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

R = 47.83%
G = 18.48%
B = 33.7%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.30

 K value IS 0.48

RGB Variations

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

Color information

#84335D (or 0x84335D) is known color: Rose Bud Cherry. HEX triplet: 84, 33 and 5D. RGB value is (132,51,93). Sum of RGB (Red+Green+Blue) = 132+51+93=276 (36% of max value = 765). Red value is 132 (51.95% from 255 or 47.83% from 276); Green value is 51 (20.31% from 255 or 18.48% from 276); Blue value is 93 (36.72% from 255 or 33.70% from 276); Max value from RGB is 132 - color contains mainly: red. Hex color #84335D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #84335D is #7BCCA2. Grayscale: #4F4F4F. Windows color (decimal): -8113315 or 6108036. OLE color: 6108036.

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

Color convert

RGB 132 51 93 -
CMYK 0 0.61 0.30 0.48
HSL 328.89º 0.44% 0.36% -
HSV(B) 328.89º 0.61% 0.52% -
XYZ 12.68 8.06 11.24 -
YUV 80.01 135.34 165.08 -
System Red Green Blue C M Y K H S L
Decimal 132 51 93 0 0.61 0.30 0.48 328.89 0.44 0.36
Hex 84 33 5D 0 3D 1E 30 149 2C 24
Octal 204 63 135 0 75 36 60 511 54 44
Binary 10000100 110011 1011101 0 111101 11110 110000 101001001 101100 100100

Color Harmonies of #84335D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84335D

Black with #84335D

Text Example


Text Example

White with #84335D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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