Html Css Color HEX #80265E Rose Bud Cherry

📋 copy color: '#80265E'

red 128 ◦ green 38 ◦ blue 94

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

Shades of Rose Bud Cherry #80265E

Tints of Rose Bud Cherry #80265E

RGB

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

 GREEN value IS 38 (15.23% from 255) = 14.62%

 BLUE value IS 94 (37.11% from 255) = 36.15%

R = 49.23%
G = 14.62%
B = 36.15%

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

#80265E (or 0x80265E) is known color: Rose Bud Cherry. HEX triplet: 80, 26 and 5E. RGB value is (128,38,94). Sum of RGB (Red+Green+Blue) = 128+38+94=260 (34% of max value = 765). Red value is 128 (50.39% from 255 or 49.23% from 260); Green value is 38 (15.23% from 255 or 14.62% from 260); Blue value is 94 (37.11% from 255 or 36.15% from 260); Max value from RGB is 128 - color contains mainly: red. Hex color #80265E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #80265E is #7FD9A1. Grayscale: #474747. Windows color (decimal): -8378786 or 6170240. OLE color: 6170240.

HSL color Cylindrical-coordinate representation of color #80265E: hue angle of 322.67º degrees, saturation: 0.54, 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 #80265E is Cyan = 0, Magento = 0.70, Yellow = 0.27 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 38 94 -
CMYK 0 0.70 0.27 0.50
HSL 322.67º 0.54% 0.33% -
HSV(B) 322.67º 0.7% 0.5% -
XYZ 11.62 6.78 11.29 -
YUV 71.29 140.82 168.45 -
System Red Green Blue C M Y K H S L
Decimal 128 38 94 0 0.70 0.27 0.50 322.67 0.54 0.33
Hex 80 26 5E 0 46 1B 32 143 36 21
Octal 200 46 136 0 106 33 62 503 66 41
Binary 10000000 100110 1011110 0 1000110 11011 110010 101000011 110110 100001

Color Harmonies of #80265E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80265E

Black with #80265E

Text Example


Text Example

White with #80265E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80265E; }

 p { color: rgb(128,38,94); }

 H1.HeaderClassName
 {
   color: #80265E;
 }
 .AnyTagClassName
 {
   color: #80265E;
 }
</style>

background-color css

<style>
 a { background-color: #80265E; }

 a { background-color: rgb(128,38,94); }

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

border-color css

<style>
 span { border-color: #80265E; }

 span { border-color: rgb(128,38,94); }

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