Html Css Color HEX #84385E Rose Bud Cherry

📋 copy color: '#84385E'

red 132 ◦ green 56 ◦ blue 94

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

Shades of Rose Bud Cherry #84385E

Tints of Rose Bud Cherry #84385E

RGB

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

 GREEN value IS 56 (22.27% from 255) = 19.86%

 BLUE value IS 94 (37.11% from 255) = 33.33%

R = 46.81%
G = 19.86%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.29

 K value IS 0.48

RGB Variations

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

Color information

#84385E (or 0x84385E) is known color: Rose Bud Cherry. HEX triplet: 84, 38 and 5E. RGB value is (132,56,94). Sum of RGB (Red+Green+Blue) = 132+56+94=282 (37% of max value = 765). Red value is 132 (51.95% from 255 or 46.81% from 282); Green value is 56 (22.27% from 255 or 19.86% from 282); Blue value is 94 (37.11% from 255 or 33.33% from 282); Max value from RGB is 132 - color contains mainly: red. Hex color #84385E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #84385E is #7BC7A1. Grayscale: #525252. Windows color (decimal): -8112034 or 6174852. OLE color: 6174852.

HSL color Cylindrical-coordinate representation of color #84385E: hue angle of 330º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #84385E is Cyan = 0, Magento = 0.58, Yellow = 0.29 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 56 94 -
CMYK 0 0.58 0.29 0.48
HSL 330º 0.4% 0.37% -
HSV(B) 330º 0.58% 0.52% -
XYZ 12.95 8.54 11.56 -
YUV 83.06 134.18 162.91 -
System Red Green Blue C M Y K H S L
Decimal 132 56 94 0 0.58 0.29 0.48 330 0.4 0.37
Hex 84 38 5E 0 3A 1D 30 14A 28 25
Octal 204 70 136 0 72 35 60 512 50 45
Binary 10000100 111000 1011110 0 111010 11101 110000 101001010 101000 100101

Color Harmonies of #84385E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84385E

Black with #84385E

Text Example


Text Example

White with #84385E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,56,94); }

 H1.HeaderClassName
 {
   color: #84385E;
 }
 .AnyTagClassName
 {
   color: #84385E;
 }
</style>

background-color css

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

 a { background-color: rgb(132,56,94); }

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

border-color css

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

 span { border-color: rgb(132,56,94); }

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