Html Css Color HEX #84385B Rose Bud Cherry

📋 copy color: '#84385B'

red 132 ◦ green 56 ◦ blue 91

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

Shades of Rose Bud Cherry #84385B

Tints of Rose Bud Cherry #84385B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 32.62%

R = 47.31%
G = 20.07%
B = 32.62%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.31

 K value IS 0.48

RGB Variations

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

Color information

#84385B (or 0x84385B) is known color: Rose Bud Cherry. HEX triplet: 84, 38 and 5B. RGB value is (132,56,91). Sum of RGB (Red+Green+Blue) = 132+56+91=279 (36% of max value = 765). Red value is 132 (51.95% from 255 or 47.31% from 279); Green value is 56 (22.27% from 255 or 20.07% from 279); Blue value is 91 (35.94% from 255 or 32.62% from 279); Max value from RGB is 132 - color contains mainly: red. Hex color #84385B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #84385B is #7BC7A4. Grayscale: #525252. Windows color (decimal): -8112037 or 5978244. OLE color: 5978244.

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

Color convert

RGB 132 56 91 -
CMYK 0 0.58 0.31 0.48
HSL 332.37º 0.4% 0.37% -
HSV(B) 332.37º 0.58% 0.52% -
XYZ 12.82 8.49 10.86 -
YUV 82.71 132.68 163.15 -
System Red Green Blue C M Y K H S L
Decimal 132 56 91 0 0.58 0.31 0.48 332.37 0.4 0.37
Hex 84 38 5B 0 3A 1F 30 14C 28 25
Octal 204 70 133 0 72 37 60 514 50 45
Binary 10000100 111000 1011011 0 111010 11111 110000 101001100 101000 100101

Color Harmonies of #84385B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84385B

Black with #84385B

Text Example


Text Example

White with #84385B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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