Html Css Color HEX #84245F Rose Bud Cherry

📋 copy color: '#84245F'

red 132 ◦ green 36 ◦ blue 95

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

Shades of Rose Bud Cherry #84245F

Tints of Rose Bud Cherry #84245F

RGB

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

 GREEN value IS 36 (14.45% from 255) = 13.69%

 BLUE value IS 95 (37.5% from 255) = 36.12%

R = 50.19%
G = 13.69%
B = 36.12%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.28

 K value IS 0.48

RGB Variations

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

Color information

#84245F (or 0x84245F) is known color: Rose Bud Cherry. HEX triplet: 84, 24 and 5F. RGB value is (132,36,95). Sum of RGB (Red+Green+Blue) = 132+36+95=263 (34% of max value = 765). Red value is 132 (51.95% from 255 or 50.19% from 263); Green value is 36 (14.45% from 255 or 13.69% from 263); Blue value is 95 (37.5% from 255 or 36.12% from 263); Max value from RGB is 132 - color contains mainly: red. Hex color #84245F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #84245F is #7BDBA0. Grayscale: #474747. Windows color (decimal): -8117153 or 6235268. OLE color: 6235268.

HSL color Cylindrical-coordinate representation of color #84245F: hue angle of 323.12º degrees, saturation: 0.57, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #84245F is Cyan = 0, Magento = 0.73, Yellow = 0.28 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 36 95 -
CMYK 0 0.73 0.28 0.48
HSL 323.13º 0.57% 0.33% -
HSV(B) 323.13º 0.73% 0.52% -
XYZ 12.21 6.99 11.53 -
YUV 71.43 141.3 171.2 -
System Red Green Blue C M Y K H S L
Decimal 132 36 95 0 0.73 0.28 0.48 323.13 0.57 0.33
Hex 84 24 5F 0 49 1C 30 143 39 21
Octal 204 44 137 0 111 34 60 503 71 41
Binary 10000100 100100 1011111 0 1001001 11100 110000 101000011 111001 100001

Color Harmonies of #84245F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84245F

Black with #84245F

Text Example


Text Example

White with #84245F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84245F; }

 p { color: rgb(132,36,95); }

 H1.HeaderClassName
 {
   color: #84245F;
 }
 .AnyTagClassName
 {
   color: #84245F;
 }
</style>

background-color css

<style>
 a { background-color: #84245F; }

 a { background-color: rgb(132,36,95); }

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

border-color css

<style>
 span { border-color: #84245F; }

 span { border-color: rgb(132,36,95); }

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