Html Css Color HEX #80165B Rose Bud Cherry

📋 copy color: '#80165B'

red 128 ◦ green 22 ◦ blue 91

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

Shades of Rose Bud Cherry #80165B

Tints of Rose Bud Cherry #80165B

RGB

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

 GREEN value IS 22 (8.98% from 255) = 9.13%

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

R = 53.11%
G = 9.13%
B = 37.76%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.29

 K value IS 0.50

RGB Variations

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

Color information

#80165B (or 0x80165B) is known color: Rose Bud Cherry. HEX triplet: 80, 16 and 5B. RGB value is (128,22,91). Sum of RGB (Red+Green+Blue) = 128+22+91=241 (31% of max value = 765). Red value is 128 (50.39% from 255 or 53.11% from 241); Green value is 22 (8.98% from 255 or 9.13% from 241); Blue value is 91 (35.94% from 255 or 37.76% from 241); Max value from RGB is 128 - color contains mainly: red. Hex color #80165B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #80165B is #7FE9A4. Grayscale: #3D3D3D. Windows color (decimal): -8382885 or 5969536. OLE color: 5969536.

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

Color convert

RGB 128 22 91 -
CMYK 0 0.83 0.29 0.50
HSL 320.94º 0.71% 0.29% -
HSV(B) 320.94º 0.83% 0.5% -
XYZ 11.08 5.92 10.46 -
YUV 61.56 144.62 175.39 -
System Red Green Blue C M Y K H S L
Decimal 128 22 91 0 0.83 0.29 0.50 320.94 0.71 0.29
Hex 80 16 5B 0 53 1D 32 141 47 1D
Octal 200 26 133 0 123 35 62 501 107 35
Binary 10000000 10110 1011011 0 1010011 11101 110010 101000001 1000111 11101

Color Harmonies of #80165B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80165B

Black with #80165B

Text Example


Text Example

White with #80165B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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