Html Css Color HEX #80385C Rose Bud Cherry

📋 copy color: '#80385C'

red 128 ◦ green 56 ◦ blue 92

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

Shades of Rose Bud Cherry #80385C

Tints of Rose Bud Cherry #80385C

RGB

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

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

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

R = 46.38%
G = 20.29%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.28

 K value IS 0.50

RGB Variations

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

Color information

#80385C (or 0x80385C) is known color: Rose Bud Cherry. HEX triplet: 80, 38 and 5C. RGB value is (128,56,92). Sum of RGB (Red+Green+Blue) = 128+56+92=276 (36% of max value = 765). Red value is 128 (50.39% from 255 or 46.38% from 276); Green value is 56 (22.27% from 255 or 20.29% from 276); Blue value is 92 (36.33% from 255 or 33.33% from 276); Max value from RGB is 128 - color contains mainly: red. Hex color #80385C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #80385C is #7FC7A3. Grayscale: #515151. Windows color (decimal): -8374180 or 6043776. OLE color: 6043776.

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

Color convert

RGB 128 56 92 -
CMYK 0 0.56 0.28 0.50
HSL 330º 0.39% 0.36% -
HSV(B) 330º 0.56% 0.5% -
XYZ 12.25 8.19 11.06 -
YUV 81.63 133.85 161.07 -
System Red Green Blue C M Y K H S L
Decimal 128 56 92 0 0.56 0.28 0.50 330 0.39 0.36
Hex 80 38 5C 0 38 1C 32 14A 27 24
Octal 200 70 134 0 70 34 62 512 47 44
Binary 10000000 111000 1011100 0 111000 11100 110010 101001010 100111 100100

Color Harmonies of #80385C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80385C

Black with #80385C

Text Example


Text Example

White with #80385C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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