#65000F

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

Shades of Burgundy #65000F

Tints of Burgundy #65000F

Color information

#65000F (or 0x65000F) is unknown color: approx Burgundy. HEX triplet: 65, 00 and 0F. RGB value is (101,0,15). Sum of RGB (Red+Green+Blue) = 101+0+15=116 (15% of max value = 765). Red value is 101 (39.84% from 255 or 87.07% from 116); Green value is 0 (0.39% from 255 or 0% from 116); Blue value is 15 (6.25% from 255 or 12.93% from 116); Max value from RGB is 101 - color contains mainly: red. Hex color #65000F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #65000F is #9AFFF0. Grayscale: #1F1F1F. Windows color (decimal): -10158065 or 983141. OLE color: 983141.

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

Color convert

RGB101015-
CMYK010.850.60
HSL351.09º100%19.8%-
HSV(B)351.09º100%39.61%-
XYZ5.452.80.71-
YUV31.91118.46177.28-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 87.07%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 15 (6.25% from 255) = 12.93%
R=87.07%
G=0%
B=12.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.85
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101015010.850.60351.0910019.8
Hex650F064553C15f6414
Octal14501701441257453714424
Binary110010101111011001001010101111100101011111110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65000F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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