Html Css Color HEX #80335B Rose Bud Cherry

📋 copy color: '#80335B'

red 128 ◦ green 51 ◦ blue 91

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

Shades of Rose Bud Cherry #80335B

Tints of Rose Bud Cherry #80335B

RGB

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

 GREEN value IS 51 (20.31% from 255) = 18.89%

 BLUE value IS 91 (35.94% from 255) = 33.7%

R = 47.41%
G = 18.89%
B = 33.7%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.29

 K value IS 0.50

RGB Variations

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

Color information

#80335B (or 0x80335B) is known color: Rose Bud Cherry. HEX triplet: 80, 33 and 5B. RGB value is (128,51,91). Sum of RGB (Red+Green+Blue) = 128+51+91=270 (35% of max value = 765). Red value is 128 (50.39% from 255 or 47.41% from 270); Green value is 51 (20.31% from 255 or 18.89% from 270); Blue value is 91 (35.94% from 255 or 33.70% from 270); Max value from RGB is 128 - color contains mainly: red. Hex color #80335B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #80335B is #7FCCA4. Grayscale: #4E4E4E. Windows color (decimal): -8375461 or 5976960. OLE color: 5976960.

HSL color Cylindrical-coordinate representation of color #80335B: hue angle of 328.83º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #80335B is Cyan = 0, Magento = 0.60, Yellow = 0.29 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 51 91 -
CMYK 0 0.60 0.29 0.50
HSL 328.83º 0.43% 0.35% -
HSV(B) 328.83º 0.6% 0.5% -
XYZ 11.97 7.71 10.76 -
YUV 78.58 135.01 163.25 -
System Red Green Blue C M Y K H S L
Decimal 128 51 91 0 0.60 0.29 0.50 328.83 0.43 0.35
Hex 80 33 5B 0 3C 1D 32 149 2B 23
Octal 200 63 133 0 74 35 62 511 53 43
Binary 10000000 110011 1011011 0 111100 11101 110010 101001001 101011 100011

Color Harmonies of #80335B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80335B

Black with #80335B

Text Example


Text Example

White with #80335B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80335B; }

 p { color: rgb(128,51,91); }

 H1.HeaderClassName
 {
   color: #80335B;
 }
 .AnyTagClassName
 {
   color: #80335B;
 }
</style>

background-color css

<style>
 a { background-color: #80335B; }

 a { background-color: rgb(128,51,91); }

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

border-color css

<style>
 span { border-color: #80335B; }

 span { border-color: rgb(128,51,91); }

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