Html Css Color HEX #84155A Rose Bud Cherry

📋 copy color: '#84155A'

red 132 ◦ green 21 ◦ blue 90

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

Shades of Rose Bud Cherry #84155A

Tints of Rose Bud Cherry #84155A

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.64%

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

R = 54.32%
G = 8.64%
B = 37.04%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.32

 K value IS 0.48

RGB Variations

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

Color information

#84155A (or 0x84155A) is known color: Rose Bud Cherry. HEX triplet: 84, 15 and 5A. RGB value is (132,21,90). Sum of RGB (Red+Green+Blue) = 132+21+90=243 (32% of max value = 765). Red value is 132 (51.95% from 255 or 54.32% from 243); Green value is 21 (8.59% from 255 or 8.64% from 243); Blue value is 90 (35.55% from 255 or 37.04% from 243); Max value from RGB is 132 - color contains mainly: red. Hex color #84155A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #84155A is #7BEAA5. Grayscale: #3D3D3D. Windows color (decimal): -8120998 or 5903748. OLE color: 5903748.

HSL color Cylindrical-coordinate representation of color #84155A: hue angle of 322.7º degrees, saturation: 0.73, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #84155A is Cyan = 0, Magento = 0.84, Yellow = 0.32 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 21 90 -
CMYK 0 0.84 0.32 0.48
HSL 322.7º 0.73% 0.3% -
HSV(B) 322.7º 0.84% 0.52% -
XYZ 11.63 6.18 10.25 -
YUV 62.06 143.77 177.89 -
System Red Green Blue C M Y K H S L
Decimal 132 21 90 0 0.84 0.32 0.48 322.7 0.73 0.3
Hex 84 15 5A 0 54 20 30 143 49 1E
Octal 204 25 132 0 124 40 60 503 111 36
Binary 10000100 10101 1011010 0 1010100 100000 110000 101000011 1001001 11110

Color Harmonies of #84155A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84155A

Black with #84155A

Text Example


Text Example

White with #84155A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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