Html Css Color HEX #80385F Rose Bud Cherry

📋 copy color: '#80385F'

red 128 ◦ green 56 ◦ blue 95

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

Shades of Rose Bud Cherry #80385F

Tints of Rose Bud Cherry #80385F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 34.05%

R = 45.88%
G = 20.07%
B = 34.05%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.26

 K value IS 0.50

RGB Variations

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

Color information

#80385F (or 0x80385F) is known color: Rose Bud Cherry. HEX triplet: 80, 38 and 5F. RGB value is (128,56,95). Sum of RGB (Red+Green+Blue) = 128+56+95=279 (36% of max value = 765). Red value is 128 (50.39% from 255 or 45.88% from 279); Green value is 56 (22.27% from 255 or 20.07% from 279); Blue value is 95 (37.5% from 255 or 34.05% from 279); Max value from RGB is 128 - color contains mainly: red. Hex color #80385F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #80385F is #7FC7A0. Grayscale: #515151. Windows color (decimal): -8374177 or 6240384. OLE color: 6240384.

HSL color Cylindrical-coordinate representation of color #80385F: hue angle of 327.5º 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 #80385F is Cyan = 0, Magento = 0.56, Yellow = 0.26 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 56 95 -
CMYK 0 0.56 0.26 0.50
HSL 327.5º 0.39% 0.36% -
HSV(B) 327.5º 0.56% 0.5% -
XYZ 12.38 8.24 11.77 -
YUV 81.97 135.35 160.83 -
System Red Green Blue C M Y K H S L
Decimal 128 56 95 0 0.56 0.26 0.50 327.5 0.39 0.36
Hex 80 38 5F 0 38 1A 32 148 27 24
Octal 200 70 137 0 70 32 62 510 47 44
Binary 10000000 111000 1011111 0 111000 11010 110010 101001000 100111 100100

Color Harmonies of #80385F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80385F

Black with #80385F

Text Example


Text Example

White with #80385F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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