Html Css Color HEX #84255F Rose Bud Cherry

📋 copy color: '#84255F'

red 132 ◦ green 37 ◦ blue 95

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

Shades of Rose Bud Cherry #84255F

Tints of Rose Bud Cherry #84255F

RGB

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

 GREEN value IS 37 (14.84% from 255) = 14.02%

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

R = 50%
G = 14.02%
B = 35.98%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.28

 K value IS 0.48

RGB Variations

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

Color information

#84255F (or 0x84255F) is known color: Rose Bud Cherry. HEX triplet: 84, 25 and 5F. RGB value is (132,37,95). Sum of RGB (Red+Green+Blue) = 132+37+95=264 (34% of max value = 765). Red value is 132 (51.95% from 255 or 50% from 264); Green value is 37 (14.84% from 255 or 14.02% from 264); Blue value is 95 (37.5% from 255 or 35.98% from 264); Max value from RGB is 132 - color contains mainly: red. Hex color #84255F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #84255F is #7BDAA0. Grayscale: #474747. Windows color (decimal): -8116897 or 6235524. OLE color: 6235524.

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

Color convert

RGB 132 37 95 -
CMYK 0 0.72 0.28 0.48
HSL 323.37º 0.56% 0.33% -
HSV(B) 323.37º 0.72% 0.52% -
XYZ 12.24 7.05 11.54 -
YUV 72.02 140.97 170.78 -
System Red Green Blue C M Y K H S L
Decimal 132 37 95 0 0.72 0.28 0.48 323.37 0.56 0.33
Hex 84 25 5F 0 48 1C 30 143 38 21
Octal 204 45 137 0 110 34 60 503 70 41
Binary 10000100 100101 1011111 0 1001000 11100 110000 101000011 111000 100001

Color Harmonies of #84255F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84255F

Black with #84255F

Text Example


Text Example

White with #84255F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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