Html Css Color HEX #84375A Rose Bud Cherry

📋 copy color: '#84375A'

red 132 ◦ green 55 ◦ blue 90

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

Shades of Rose Bud Cherry #84375A

Tints of Rose Bud Cherry #84375A

RGB

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

 GREEN value IS 55 (21.88% from 255) = 19.86%

 BLUE value IS 90 (35.55% from 255) = 32.49%

R = 47.65%
G = 19.86%
B = 32.49%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.32

 K value IS 0.48

RGB Variations

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

Color information

#84375A (or 0x84375A) is known color: Rose Bud Cherry. HEX triplet: 84, 37 and 5A. RGB value is (132,55,90). Sum of RGB (Red+Green+Blue) = 132+55+90=277 (36% of max value = 765). Red value is 132 (51.95% from 255 or 47.65% from 277); Green value is 55 (21.88% from 255 or 19.86% from 277); Blue value is 90 (35.55% from 255 or 32.49% from 277); Max value from RGB is 132 - color contains mainly: red. Hex color #84375A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #84375A is #7BC8A5. Grayscale: #515151. Windows color (decimal): -8112294 or 5912452. OLE color: 5912452.

HSL color Cylindrical-coordinate representation of color #84375A: hue angle of 332.73º degrees, saturation: 0.41, 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 #84375A is Cyan = 0, Magento = 0.58, Yellow = 0.32 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 55 90 -
CMYK 0 0.58 0.32 0.48
HSL 332.73º 0.41% 0.37% -
HSV(B) 332.73º 0.58% 0.52% -
XYZ 12.73 8.38 10.62 -
YUV 82.01 132.51 163.65 -
System Red Green Blue C M Y K H S L
Decimal 132 55 90 0 0.58 0.32 0.48 332.73 0.41 0.37
Hex 84 37 5A 0 3A 20 30 14D 29 25
Octal 204 67 132 0 72 40 60 515 51 45
Binary 10000100 110111 1011010 0 111010 100000 110000 101001101 101001 100101

Color Harmonies of #84375A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84375A

Black with #84375A

Text Example


Text Example

White with #84375A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84375A; }

 p { color: rgb(132,55,90); }

 H1.HeaderClassName
 {
   color: #84375A;
 }
 .AnyTagClassName
 {
   color: #84375A;
 }
</style>

background-color css

<style>
 a { background-color: #84375A; }

 a { background-color: rgb(132,55,90); }

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

border-color css

<style>
 span { border-color: #84375A; }

 span { border-color: rgb(132,55,90); }

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