Html Css Color HEX #80245A Rose Bud Cherry

📋 copy color: '#80245A'

red 128 ◦ green 36 ◦ blue 90

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

Shades of Rose Bud Cherry #80245A

Tints of Rose Bud Cherry #80245A

RGB

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

 GREEN value IS 36 (14.45% from 255) = 14.17%

 BLUE value IS 90 (35.55% from 255) = 35.43%

R = 50.39%
G = 14.17%
B = 35.43%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.30

 K value IS 0.50

RGB Variations

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

Color information

#80245A (or 0x80245A) is known color: Rose Bud Cherry. HEX triplet: 80, 24 and 5A. RGB value is (128,36,90). Sum of RGB (Red+Green+Blue) = 128+36+90=254 (33% of max value = 765). Red value is 128 (50.39% from 255 or 50.39% from 254); Green value is 36 (14.45% from 255 or 14.17% from 254); Blue value is 90 (35.55% from 255 or 35.43% from 254); Max value from RGB is 128 - color contains mainly: red. Hex color #80245A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #80245A is #7FDBA5. Grayscale: #454545. Windows color (decimal): -8379302 or 5907584. OLE color: 5907584.

HSL color Cylindrical-coordinate representation of color #80245A: hue angle of 324.78º degrees, saturation: 0.56, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #80245A is Cyan = 0, Magento = 0.72, Yellow = 0.30 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 36 90 -
CMYK 0 0.72 0.30 0.50
HSL 324.78º 0.56% 0.32% -
HSV(B) 324.78º 0.72% 0.5% -
XYZ 11.38 6.59 10.34 -
YUV 69.66 139.48 169.61 -
System Red Green Blue C M Y K H S L
Decimal 128 36 90 0 0.72 0.30 0.50 324.78 0.56 0.32
Hex 80 24 5A 0 48 1E 32 145 38 20
Octal 200 44 132 0 110 36 62 505 70 40
Binary 10000000 100100 1011010 0 1001000 11110 110010 101000101 111000 100000

Color Harmonies of #80245A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80245A

Black with #80245A

Text Example


Text Example

White with #80245A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80245A; }

 p { color: rgb(128,36,90); }

 H1.HeaderClassName
 {
   color: #80245A;
 }
 .AnyTagClassName
 {
   color: #80245A;
 }
</style>

background-color css

<style>
 a { background-color: #80245A; }

 a { background-color: rgb(128,36,90); }

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

border-color css

<style>
 span { border-color: #80245A; }

 span { border-color: rgb(128,36,90); }

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