Html Css Color HEX #80255B Rose Bud Cherry

📋 copy color: '#80255B'

red 128 ◦ green 37 ◦ blue 91

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

Shades of Rose Bud Cherry #80255B

Tints of Rose Bud Cherry #80255B

RGB

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

 GREEN value IS 37 (14.84% from 255) = 14.45%

 BLUE value IS 91 (35.94% from 255) = 35.55%

R = 50%
G = 14.45%
B = 35.55%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.29

 K value IS 0.50

RGB Variations

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

Color information

#80255B (or 0x80255B) is known color: Rose Bud Cherry. HEX triplet: 80, 25 and 5B. RGB value is (128,37,91). Sum of RGB (Red+Green+Blue) = 128+37+91=256 (33% of max value = 765). Red value is 128 (50.39% from 255 or 50% from 256); Green value is 37 (14.84% from 255 or 14.45% from 256); Blue value is 91 (35.94% from 255 or 35.55% from 256); Max value from RGB is 128 - color contains mainly: red. Hex color #80255B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #80255B is #7FDAA4. Grayscale: #464646. Windows color (decimal): -8379045 or 5973376. OLE color: 5973376.

HSL color Cylindrical-coordinate representation of color #80255B: hue angle of 324.4º degrees, saturation: 0.55, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #80255B is Cyan = 0, Magento = 0.71, Yellow = 0.29 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 37 91 -
CMYK 0 0.71 0.29 0.50
HSL 324.4º 0.55% 0.32% -
HSV(B) 324.4º 0.71% 0.5% -
XYZ 11.45 6.67 10.58 -
YUV 70.37 139.65 169.11 -
System Red Green Blue C M Y K H S L
Decimal 128 37 91 0 0.71 0.29 0.50 324.4 0.55 0.32
Hex 80 25 5B 0 47 1D 32 144 37 20
Octal 200 45 133 0 107 35 62 504 67 40
Binary 10000000 100101 1011011 0 1000111 11101 110010 101000100 110111 100000

Color Harmonies of #80255B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80255B

Black with #80255B

Text Example


Text Example

White with #80255B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80255B; }

 p { color: rgb(128,37,91); }

 H1.HeaderClassName
 {
   color: #80255B;
 }
 .AnyTagClassName
 {
   color: #80255B;
 }
</style>

background-color css

<style>
 a { background-color: #80255B; }

 a { background-color: rgb(128,37,91); }

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

border-color css

<style>
 span { border-color: #80255B; }

 span { border-color: rgb(128,37,91); }

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