Html Css Color HEX #80265F Rose Bud Cherry

📋 copy color: '#80265F'

red 128 ◦ green 38 ◦ blue 95

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

Shades of Rose Bud Cherry #80265F

Tints of Rose Bud Cherry #80265F

RGB

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

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

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

R = 49.04%
G = 14.56%
B = 36.4%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.26

 K value IS 0.50

RGB Variations

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

Color information

#80265F (or 0x80265F) is known color: Rose Bud Cherry. HEX triplet: 80, 26 and 5F. RGB value is (128,38,95). Sum of RGB (Red+Green+Blue) = 128+38+95=261 (34% of max value = 765). Red value is 128 (50.39% from 255 or 49.04% from 261); Green value is 38 (15.23% from 255 or 14.56% from 261); Blue value is 95 (37.5% from 255 or 36.40% from 261); Max value from RGB is 128 - color contains mainly: red. Hex color #80265F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #80265F is #7FD9A0. Grayscale: #474747. Windows color (decimal): -8378785 or 6235776. OLE color: 6235776.

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

Color convert

RGB 128 38 95 -
CMYK 0 0.70 0.26 0.50
HSL 322º 0.54% 0.33% -
HSV(B) 322º 0.7% 0.5% -
XYZ 11.66 6.8 11.52 -
YUV 71.41 141.32 168.37 -
System Red Green Blue C M Y K H S L
Decimal 128 38 95 0 0.70 0.26 0.50 322 0.54 0.33
Hex 80 26 5F 0 46 1A 32 142 36 21
Octal 200 46 137 0 106 32 62 502 66 41
Binary 10000000 100110 1011111 0 1000110 11010 110010 101000010 110110 100001

Color Harmonies of #80265F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80265F

Black with #80265F

Text Example


Text Example

White with #80265F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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