Html Css Color HEX #80235D Rose Bud Cherry

📋 copy color: '#80235D'

red 128 ◦ green 35 ◦ blue 93

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

Shades of Rose Bud Cherry #80235D

Tints of Rose Bud Cherry #80235D

RGB

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

 GREEN value IS 35 (14.06% from 255) = 13.67%

 BLUE value IS 93 (36.72% from 255) = 36.33%

R = 50%
G = 13.67%
B = 36.33%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.27

 K value IS 0.50

RGB Variations

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

Color information

#80235D (or 0x80235D) is known color: Rose Bud Cherry. HEX triplet: 80, 23 and 5D. RGB value is (128,35,93). Sum of RGB (Red+Green+Blue) = 128+35+93=256 (33% of max value = 765). Red value is 128 (50.39% from 255 or 50% from 256); Green value is 35 (14.06% from 255 or 13.67% from 256); Blue value is 93 (36.72% from 255 or 36.33% from 256); Max value from RGB is 128 - color contains mainly: red. Hex color #80235D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #80235D is #7FDCA2. Grayscale: #454545. Windows color (decimal): -8379555 or 6103936. OLE color: 6103936.

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

Color convert

RGB 128 35 93 -
CMYK 0 0.73 0.27 0.50
HSL 322.58º 0.57% 0.32% -
HSV(B) 322.58º 0.73% 0.5% -
XYZ 11.48 6.58 11.02 -
YUV 69.42 141.31 169.78 -
System Red Green Blue C M Y K H S L
Decimal 128 35 93 0 0.73 0.27 0.50 322.58 0.57 0.32
Hex 80 23 5D 0 49 1B 32 143 39 20
Octal 200 43 135 0 111 33 62 503 71 40
Binary 10000000 100011 1011101 0 1001001 11011 110010 101000011 111001 100000

Color Harmonies of #80235D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80235D

Black with #80235D

Text Example


Text Example

White with #80235D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80235D; }

 p { color: rgb(128,35,93); }

 H1.HeaderClassName
 {
   color: #80235D;
 }
 .AnyTagClassName
 {
   color: #80235D;
 }
</style>

background-color css

<style>
 a { background-color: #80235D; }

 a { background-color: rgb(128,35,93); }

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

border-color css

<style>
 span { border-color: #80235D; }

 span { border-color: rgb(128,35,93); }

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