Html Css Color HEX #80385D Rose Bud Cherry

📋 copy color: '#80385D'

red 128 ◦ green 56 ◦ blue 93

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

Shades of Rose Bud Cherry #80385D

Tints of Rose Bud Cherry #80385D

RGB

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

 GREEN value IS 56 (22.27% from 255) = 20.22%

 BLUE value IS 93 (36.72% from 255) = 33.57%

R = 46.21%
G = 20.22%
B = 33.57%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.27

 K value IS 0.50

RGB Variations

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

Color information

#80385D (or 0x80385D) is known color: Rose Bud Cherry. HEX triplet: 80, 38 and 5D. RGB value is (128,56,93). Sum of RGB (Red+Green+Blue) = 128+56+93=277 (36% of max value = 765). Red value is 128 (50.39% from 255 or 46.21% from 277); Green value is 56 (22.27% from 255 or 20.22% from 277); Blue value is 93 (36.72% from 255 or 33.57% from 277); Max value from RGB is 128 - color contains mainly: red. Hex color #80385D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #80385D is #7FC7A2. Grayscale: #515151. Windows color (decimal): -8374179 or 6109312. OLE color: 6109312.

HSL color Cylindrical-coordinate representation of color #80385D: hue angle of 329.17º degrees, saturation: 0.39, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #80385D is Cyan = 0, Magento = 0.56, Yellow = 0.27 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 56 93 -
CMYK 0 0.56 0.27 0.50
HSL 329.17º 0.39% 0.36% -
HSV(B) 329.17º 0.56% 0.5% -
XYZ 12.29 8.21 11.29 -
YUV 81.75 134.35 160.99 -
System Red Green Blue C M Y K H S L
Decimal 128 56 93 0 0.56 0.27 0.50 329.17 0.39 0.36
Hex 80 38 5D 0 38 1B 32 149 27 24
Octal 200 70 135 0 70 33 62 511 47 44
Binary 10000000 111000 1011101 0 111000 11011 110010 101001001 100111 100100

Color Harmonies of #80385D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80385D

Black with #80385D

Text Example


Text Example

White with #80385D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80385D; }

 p { color: rgb(128,56,93); }

 H1.HeaderClassName
 {
   color: #80385D;
 }
 .AnyTagClassName
 {
   color: #80385D;
 }
</style>

background-color css

<style>
 a { background-color: #80385D; }

 a { background-color: rgb(128,56,93); }

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

border-color css

<style>
 span { border-color: #80385D; }

 span { border-color: rgb(128,56,93); }

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