#65000C

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

Shades of Burgundy #65000C

Tints of Burgundy #65000C

Color information

#65000C (or 0x65000C) is unknown color: approx Burgundy. HEX triplet: 65, 00 and 0C. RGB value is (101,0,12). Sum of RGB (Red+Green+Blue) = 101+0+12=113 (14% of max value = 765). Red value is 101 (39.84% from 255 or 89.38% from 113); Green value is 0 (0.39% from 255 or 0% from 113); Blue value is 12 (5.08% from 255 or 10.62% from 113); Max value from RGB is 101 - color contains mainly: red. Hex color #65000C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #65000C is #9AFFF3. Grayscale: #1F1F1F. Windows color (decimal): -10158068 or 786533. OLE color: 786533.

HSL color Cylindrical-coordinate representation of color #65000C: hue angle of 352.87º 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 #65000C is Cyan = 0, Magento = 1, Yellow = 0.88 and Black (K on CMYK) = 0.60.

Color convert

RGB101012-
CMYK010.880.60
HSL352.87º100%19.8%-
HSV(B)352.87º100%39.61%-
XYZ5.432.790.6-
YUV31.57116.96177.52-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 89.38%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 12 (5.08% from 255) = 10.62%
R=89.38%
G=0%
B=10.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.88
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101012010.880.60352.8710019.8
Hex650C064583C1616414
Octal14501401441307454114424
Binary110010101100011001001011000111100101100001110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65000C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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