Html Css Color HEX #84255C Rose Bud Cherry

📋 copy color: '#84255C'

red 132 ◦ green 37 ◦ blue 92

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

Shades of Rose Bud Cherry #84255C

Tints of Rose Bud Cherry #84255C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 35.25%

R = 50.57%
G = 14.18%
B = 35.25%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.30

 K value IS 0.48

RGB Variations

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

Color information

#84255C (or 0x84255C) is known color: Rose Bud Cherry. HEX triplet: 84, 25 and 5C. RGB value is (132,37,92). Sum of RGB (Red+Green+Blue) = 132+37+92=261 (34% of max value = 765). Red value is 132 (51.95% from 255 or 50.57% from 261); Green value is 37 (14.84% from 255 or 14.18% from 261); Blue value is 92 (36.33% from 255 or 35.25% from 261); Max value from RGB is 132 - color contains mainly: red. Hex color #84255C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #84255C is #7BDAA3. Grayscale: #474747. Windows color (decimal): -8116900 or 6038916. OLE color: 6038916.

HSL color Cylindrical-coordinate representation of color #84255C: hue angle of 325.26º 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 #84255C is Cyan = 0, Magento = 0.72, Yellow = 0.30 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 37 92 -
CMYK 0 0.72 0.30 0.48
HSL 325.26º 0.56% 0.33% -
HSV(B) 325.26º 0.72% 0.52% -
XYZ 12.11 7 10.84 -
YUV 71.68 139.47 171.03 -
System Red Green Blue C M Y K H S L
Decimal 132 37 92 0 0.72 0.30 0.48 325.26 0.56 0.33
Hex 84 25 5C 0 48 1E 30 145 38 21
Octal 204 45 134 0 110 36 60 505 70 41
Binary 10000100 100101 1011100 0 1001000 11110 110000 101000101 111000 100001

Color Harmonies of #84255C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84255C

Black with #84255C

Text Example


Text Example

White with #84255C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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