Html Css Color HEX #80215F Rose Bud Cherry

📋 copy color: '#80215F'

red 128 ◦ green 33 ◦ blue 95

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

Shades of Rose Bud Cherry #80215F

Tints of Rose Bud Cherry #80215F

RGB

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

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

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

R = 50%
G = 12.89%
B = 37.11%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.26

 K value IS 0.50

RGB Variations

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

Color information

#80215F (or 0x80215F) is known color: Rose Bud Cherry. HEX triplet: 80, 21 and 5F. RGB value is (128,33,95). Sum of RGB (Red+Green+Blue) = 128+33+95=256 (33% of max value = 765). Red value is 128 (50.39% from 255 or 50% from 256); Green value is 33 (13.28% from 255 or 12.89% from 256); Blue value is 95 (37.5% from 255 or 37.11% from 256); Max value from RGB is 128 - color contains mainly: red. Hex color #80215F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #80215F is #7FDEA0. Grayscale: #444444. Windows color (decimal): -8380065 or 6234496. OLE color: 6234496.

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

Color convert

RGB 128 33 95 -
CMYK 0 0.74 0.26 0.50
HSL 320.84º 0.59% 0.32% -
HSV(B) 320.84º 0.74% 0.5% -
XYZ 11.51 6.5 11.47 -
YUV 68.47 142.97 170.46 -
System Red Green Blue C M Y K H S L
Decimal 128 33 95 0 0.74 0.26 0.50 320.84 0.59 0.32
Hex 80 21 5F 0 4A 1A 32 141 3B 20
Octal 200 41 137 0 112 32 62 501 73 40
Binary 10000000 100001 1011111 0 1001010 11010 110010 101000001 111011 100000

Color Harmonies of #80215F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80215F

Black with #80215F

Text Example


Text Example

White with #80215F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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