Html Css Color HEX #80235A Rose Bud Cherry

📋 copy color: '#80235A'

red 128 ◦ green 35 ◦ blue 90

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

Shades of Rose Bud Cherry #80235A

Tints of Rose Bud Cherry #80235A

RGB

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

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

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

R = 50.59%
G = 13.83%
B = 35.57%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.30

 K value IS 0.50

RGB Variations

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

Color information

#80235A (or 0x80235A) is known color: Rose Bud Cherry. HEX triplet: 80, 23 and 5A. RGB value is (128,35,90). Sum of RGB (Red+Green+Blue) = 128+35+90=253 (33% of max value = 765). Red value is 128 (50.39% from 255 or 50.59% from 253); Green value is 35 (14.06% from 255 or 13.83% from 253); Blue value is 90 (35.55% from 255 or 35.57% from 253); Max value from RGB is 128 - color contains mainly: red. Hex color #80235A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #80235A is #7FDCA5. Grayscale: #444444. Windows color (decimal): -8379558 or 5907328. OLE color: 5907328.

HSL color Cylindrical-coordinate representation of color #80235A: hue angle of 324.52º 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 #80235A is Cyan = 0, Magento = 0.73, Yellow = 0.30 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 35 90 -
CMYK 0 0.73 0.30 0.50
HSL 324.52º 0.57% 0.32% -
HSV(B) 324.52º 0.73% 0.5% -
XYZ 11.35 6.53 10.34 -
YUV 69.08 139.81 170.03 -
System Red Green Blue C M Y K H S L
Decimal 128 35 90 0 0.73 0.30 0.50 324.52 0.57 0.32
Hex 80 23 5A 0 49 1E 32 145 39 20
Octal 200 43 132 0 111 36 62 505 71 40
Binary 10000000 100011 1011010 0 1001001 11110 110010 101000101 111001 100000

Color Harmonies of #80235A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80235A

Black with #80235A

Text Example


Text Example

White with #80235A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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