Html Css Color HEX #84185B Rose Bud Cherry

📋 copy color: '#84185B'

red 132 ◦ green 24 ◦ blue 91

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

Shades of Rose Bud Cherry #84185B

Tints of Rose Bud Cherry #84185B

RGB

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

 GREEN value IS 24 (9.77% from 255) = 9.72%

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

R = 53.44%
G = 9.72%
B = 36.84%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.31

 K value IS 0.48

RGB Variations

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

Color information

#84185B (or 0x84185B) is known color: Rose Bud Cherry. HEX triplet: 84, 18 and 5B. RGB value is (132,24,91). Sum of RGB (Red+Green+Blue) = 132+24+91=247 (32% of max value = 765). Red value is 132 (51.95% from 255 or 53.44% from 247); Green value is 24 (9.77% from 255 or 9.72% from 247); Blue value is 91 (35.94% from 255 or 36.84% from 247); Max value from RGB is 132 - color contains mainly: red. Hex color #84185B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #84185B is #7BE7A4. Grayscale: #3F3F3F. Windows color (decimal): -8120229 or 5970052. OLE color: 5970052.

HSL color Cylindrical-coordinate representation of color #84185B: hue angle of 322.78º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #84185B is Cyan = 0, Magento = 0.82, Yellow = 0.31 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 24 91 -
CMYK 0 0.82 0.31 0.48
HSL 322.78º 0.69% 0.31% -
HSV(B) 322.78º 0.82% 0.52% -
XYZ 11.73 6.31 10.5 -
YUV 63.93 143.28 176.55 -
System Red Green Blue C M Y K H S L
Decimal 132 24 91 0 0.82 0.31 0.48 322.78 0.69 0.31
Hex 84 18 5B 0 52 1F 30 143 45 1F
Octal 204 30 133 0 122 37 60 503 105 37
Binary 10000100 11000 1011011 0 1010010 11111 110000 101000011 1000101 11111

Color Harmonies of #84185B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84185B

Black with #84185B

Text Example


Text Example

White with #84185B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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