Html Css Color HEX #80275D Rose Bud Cherry

📋 copy color: '#80275D'

red 128 ◦ green 39 ◦ blue 93

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

Shades of Rose Bud Cherry #80275D

Tints of Rose Bud Cherry #80275D

RGB

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

 GREEN value IS 39 (15.63% from 255) = 15%

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

R = 49.23%
G = 15%
B = 35.77%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.27

 K value IS 0.50

RGB Variations

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

Color information

#80275D (or 0x80275D) is known color: Rose Bud Cherry. HEX triplet: 80, 27 and 5D. RGB value is (128,39,93). Sum of RGB (Red+Green+Blue) = 128+39+93=260 (34% of max value = 765). Red value is 128 (50.39% from 255 or 49.23% from 260); Green value is 39 (15.62% from 255 or 15% from 260); Blue value is 93 (36.72% from 255 or 35.77% from 260); Max value from RGB is 128 - color contains mainly: red. Hex color #80275D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #80275D is #7FD8A2. Grayscale: #474747. Windows color (decimal): -8378531 or 6104960. OLE color: 6104960.

HSL color Cylindrical-coordinate representation of color #80275D: hue angle of 323.6º degrees, saturation: 0.53, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #80275D is Cyan = 0, Magento = 0.70, Yellow = 0.27 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 39 93 -
CMYK 0 0.70 0.27 0.50
HSL 323.6º 0.53% 0.33% -
HSV(B) 323.6º 0.7% 0.5% -
XYZ 11.6 6.83 11.06 -
YUV 71.77 139.99 168.11 -
System Red Green Blue C M Y K H S L
Decimal 128 39 93 0 0.70 0.27 0.50 323.6 0.53 0.33
Hex 80 27 5D 0 46 1B 32 144 35 21
Octal 200 47 135 0 106 33 62 504 65 41
Binary 10000000 100111 1011101 0 1000110 11011 110010 101000100 110101 100001

Color Harmonies of #80275D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80275D

Black with #80275D

Text Example


Text Example

White with #80275D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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