#65000B

Color #65000B Burgundy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Burgundy #65000B

Tints of Burgundy #65000B

Color information

#65000B (or 0x65000B) is unknown color: approx Burgundy. HEX triplet: 65, 00 and 0B. RGB value is (101,0,11). Sum of RGB (Red+Green+Blue) = 101+0+11=112 (14% of max value = 765). Red value is 101 (39.84% from 255 or 90.18% from 112); Green value is 0 (0.39% from 255 or 0% from 112); Blue value is 11 (4.69% from 255 or 9.82% from 112); Max value from RGB is 101 - color contains mainly: red. Hex color #65000B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #65000B is #9AFFF4. Grayscale: #1F1F1F. Windows color (decimal): -10158069 or 720997. OLE color: 720997.

HSL color Cylindrical-coordinate representation of color #65000B: hue angle of 353.47º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #65000B is Cyan = 0, Magento = 1, Yellow = 0.89 and Black (K on CMYK) = 0.60.

Color convert

RGB101011-
CMYK010.890.60
HSL353.47º100%19.8%-
HSV(B)353.47º100%39.61%-
XYZ5.432.790.57-
YUV31.45116.46177.61-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 90.18%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 11 (4.69% from 255) = 9.82%
R=90.18%
G=0%
B=9.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.89
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101011010.890.60353.4710019.8
Hex650B064593C1616414
Octal14501301441317454114424
Binary110010101011011001001011001111100101100001110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65000B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,0,11); }

 H1.HeaderClassName
 {
   color: #65000B;
 }
 .AnyTagClassName
 {
   color: #65000B;
 }
</style>
background-color css

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

 a { background-color: rgb(101,0,11); }

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

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

 span { border-color: rgb(101,0,11); }

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