Html Css Color HEX #84385C Rose Bud Cherry

📋 copy color: '#84385C'

red 132 ◦ green 56 ◦ blue 92

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

Shades of Rose Bud Cherry #84385C

Tints of Rose Bud Cherry #84385C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 32.86%

R = 47.14%
G = 20%
B = 32.86%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.30

 K value IS 0.48

RGB Variations

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

Color information

#84385C (or 0x84385C) is known color: Rose Bud Cherry. HEX triplet: 84, 38 and 5C. RGB value is (132,56,92). Sum of RGB (Red+Green+Blue) = 132+56+92=280 (37% of max value = 765). Red value is 132 (51.95% from 255 or 47.14% from 280); Green value is 56 (22.27% from 255 or 20% from 280); Blue value is 92 (36.33% from 255 or 32.86% from 280); Max value from RGB is 132 - color contains mainly: red. Hex color #84385C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #84385C is #7BC7A3. Grayscale: #525252. Windows color (decimal): -8112036 or 6043780. OLE color: 6043780.

HSL color Cylindrical-coordinate representation of color #84385C: hue angle of 331.58º 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 #84385C is Cyan = 0, Magento = 0.58, Yellow = 0.30 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 56 92 -
CMYK 0 0.58 0.30 0.48
HSL 331.58º 0.4% 0.37% -
HSV(B) 331.58º 0.58% 0.52% -
XYZ 12.86 8.51 11.09 -
YUV 82.83 133.18 163.07 -
System Red Green Blue C M Y K H S L
Decimal 132 56 92 0 0.58 0.30 0.48 331.58 0.4 0.37
Hex 84 38 5C 0 3A 1E 30 14C 28 25
Octal 204 70 134 0 72 36 60 514 50 45
Binary 10000100 111000 1011100 0 111010 11110 110000 101001100 101000 100101

Color Harmonies of #84385C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84385C

Black with #84385C

Text Example


Text Example

White with #84385C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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