Html Css Color HEX #80395C Rose Bud Cherry

📋 copy color: '#80395C'

red 128 ◦ green 57 ◦ blue 92

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

Shades of Rose Bud Cherry #80395C

Tints of Rose Bud Cherry #80395C

RGB

 RED value IS 128 (50.39% from 255) = 46.21%

 GREEN value IS 57 (22.66% from 255) = 20.58%

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

R = 46.21%
G = 20.58%
B = 33.21%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.28

 K value IS 0.50

RGB Variations

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

Color information

#80395C (or 0x80395C) is known color: Rose Bud Cherry. HEX triplet: 80, 39 and 5C. RGB value is (128,57,92). Sum of RGB (Red+Green+Blue) = 128+57+92=277 (36% of max value = 765). Red value is 128 (50.39% from 255 or 46.21% from 277); Green value is 57 (22.66% from 255 or 20.58% from 277); Blue value is 92 (36.33% from 255 or 33.21% from 277); Max value from RGB is 128 - color contains mainly: red. Hex color #80395C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #80395C is #7FC6A3. Grayscale: #525252. Windows color (decimal): -8373924 or 6044032. OLE color: 6044032.

HSL color Cylindrical-coordinate representation of color #80395C: hue angle of 330.42º degrees, saturation: 0.38, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #80395C is Cyan = 0, Magento = 0.55, Yellow = 0.28 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 57 92 -
CMYK 0 0.55 0.28 0.50
HSL 330.42º 0.38% 0.36% -
HSV(B) 330.42º 0.55% 0.5% -
XYZ 12.3 8.29 11.08 -
YUV 82.22 133.52 160.65 -
System Red Green Blue C M Y K H S L
Decimal 128 57 92 0 0.55 0.28 0.50 330.42 0.38 0.36
Hex 80 39 5C 0 37 1C 32 14A 26 24
Octal 200 71 134 0 67 34 62 512 46 44
Binary 10000000 111001 1011100 0 110111 11100 110010 101001010 100110 100100

Color Harmonies of #80395C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80395C

Black with #80395C

Text Example


Text Example

White with #80395C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,57,92); }

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

background-color css

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

 a { background-color: rgb(128,57,92); }

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

border-color css

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

 span { border-color: rgb(128,57,92); }

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