Html Css Color HEX #84254F Rose Bud Cherry

📋 copy color: '#84254F'

red 132 ◦ green 37 ◦ blue 79

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

Shades of Rose Bud Cherry #84254F

Tints of Rose Bud Cherry #84254F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 31.85%

R = 53.23%
G = 14.92%
B = 31.85%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.40

 K value IS 0.48

RGB Variations

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

Color information

#84254F (or 0x84254F) is known color: Rose Bud Cherry. HEX triplet: 84, 25 and 4F. RGB value is (132,37,79). Sum of RGB (Red+Green+Blue) = 132+37+79=248 (32% of max value = 765). Red value is 132 (51.95% from 255 or 53.23% from 248); Green value is 37 (14.84% from 255 or 14.92% from 248); Blue value is 79 (31.25% from 255 or 31.85% from 248); Max value from RGB is 132 - color contains mainly: red. Hex color #84254F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #84254F is #7BDAB0. Grayscale: #464646. Windows color (decimal): -8116913 or 5186948. OLE color: 5186948.

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

Color convert

RGB 132 37 79 -
CMYK 0 0.72 0.40 0.48
HSL 333.47º 0.56% 0.33% -
HSV(B) 333.47º 0.72% 0.52% -
XYZ 11.59 6.79 8.1 -
YUV 70.19 132.97 172.08 -
System Red Green Blue C M Y K H S L
Decimal 132 37 79 0 0.72 0.40 0.48 333.47 0.56 0.33
Hex 84 25 4F 0 48 28 30 14D 38 21
Octal 204 45 117 0 110 50 60 515 70 41
Binary 10000100 100101 1001111 0 1001000 101000 110000 101001101 111000 100001

Color Harmonies of #84254F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84254F

Black with #84254F

Text Example


Text Example

White with #84254F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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