Html Css Color HEX #80215E Rose Bud Cherry

📋 copy color: '#80215E'

red 128 ◦ green 33 ◦ blue 94

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

Shades of Rose Bud Cherry #80215E

Tints of Rose Bud Cherry #80215E

RGB

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

 GREEN value IS 33 (13.28% from 255) = 12.94%

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

R = 50.2%
G = 12.94%
B = 36.86%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.27

 K value IS 0.50

RGB Variations

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

Color information

#80215E (or 0x80215E) is known color: Rose Bud Cherry. HEX triplet: 80, 21 and 5E. RGB value is (128,33,94). Sum of RGB (Red+Green+Blue) = 128+33+94=255 (33% of max value = 765). Red value is 128 (50.39% from 255 or 50.20% from 255); Green value is 33 (13.28% from 255 or 12.94% from 255); Blue value is 94 (37.11% from 255 or 36.86% from 255); Max value from RGB is 128 - color contains mainly: red. Hex color #80215E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #80215E is #7FDEA1. Grayscale: #444444. Windows color (decimal): -8380066 or 6168960. OLE color: 6168960.

HSL color Cylindrical-coordinate representation of color #80215E: hue angle of 321.47º degrees, saturation: 0.59, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #80215E is Cyan = 0, Magento = 0.74, Yellow = 0.27 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 33 94 -
CMYK 0 0.74 0.27 0.50
HSL 321.47º 0.59% 0.32% -
HSV(B) 321.47º 0.74% 0.5% -
XYZ 11.47 6.49 11.24 -
YUV 68.36 142.47 170.54 -
System Red Green Blue C M Y K H S L
Decimal 128 33 94 0 0.74 0.27 0.50 321.47 0.59 0.32
Hex 80 21 5E 0 4A 1B 32 141 3B 20
Octal 200 41 136 0 112 33 62 501 73 40
Binary 10000000 100001 1011110 0 1001010 11011 110010 101000001 111011 100000

Color Harmonies of #80215E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80215E

Black with #80215E

Text Example


Text Example

White with #80215E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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