Html Css Color HEX #84305C Rose Bud Cherry

📋 copy color: '#84305C'

red 132 ◦ green 48 ◦ blue 92

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

Shades of Rose Bud Cherry #84305C

Tints of Rose Bud Cherry #84305C

RGB

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

 GREEN value IS 48 (19.14% from 255) = 17.65%

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

R = 48.53%
G = 17.65%
B = 33.82%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.30

 K value IS 0.48

RGB Variations

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

Color information

#84305C (or 0x84305C) is known color: Rose Bud Cherry. HEX triplet: 84, 30 and 5C. RGB value is (132,48,92). Sum of RGB (Red+Green+Blue) = 132+48+92=272 (36% of max value = 765). Red value is 132 (51.95% from 255 or 48.53% from 272); Green value is 48 (19.14% from 255 or 17.65% from 272); Blue value is 92 (36.33% from 255 or 33.82% from 272); Max value from RGB is 132 - color contains mainly: red. Hex color #84305C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #84305C is #7BCFA3. Grayscale: #4E4E4E. Windows color (decimal): -8114084 or 6041732. OLE color: 6041732.

HSL color Cylindrical-coordinate representation of color #84305C: hue angle of 328.57º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #84305C is Cyan = 0, Magento = 0.64, Yellow = 0.30 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 48 92 -
CMYK 0 0.64 0.30 0.48
HSL 328.57º 0.47% 0.35% -
HSV(B) 328.57º 0.64% 0.52% -
XYZ 12.5 7.79 10.97 -
YUV 78.13 135.83 166.42 -
System Red Green Blue C M Y K H S L
Decimal 132 48 92 0 0.64 0.30 0.48 328.57 0.47 0.35
Hex 84 30 5C 0 40 1E 30 149 2F 23
Octal 204 60 134 0 100 36 60 511 57 43
Binary 10000100 110000 1011100 0 1000000 11110 110000 101001001 101111 100011

Color Harmonies of #84305C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84305C

Black with #84305C

Text Example


Text Example

White with #84305C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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