#67000F

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

Shades of Burgundy #67000F

Tints of Burgundy #67000F

Color information

#67000F (or 0x67000F) is unknown color: approx Burgundy. HEX triplet: 67, 00 and 0F. RGB value is (103,0,15). Sum of RGB (Red+Green+Blue) = 103+0+15=118 (15% of max value = 765). Red value is 103 (40.62% from 255 or 87.29% from 118); Green value is 0 (0.39% from 255 or 0% from 118); Blue value is 15 (6.25% from 255 or 12.71% from 118); Max value from RGB is 103 - color contains mainly: red. Hex color #67000F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #67000F is #98FFF0. Grayscale: #202020. Windows color (decimal): -10026993 or 983143. OLE color: 983143.

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

Color convert

RGB103015-
CMYK010.850.60
HSL351.26º100%20.2%-
HSV(B)351.26º100%40.39%-
XYZ5.682.920.72-
YUV32.51118.12178.28-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 87.29%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 15 (6.25% from 255) = 12.71%
R=87.29%
G=0%
B=12.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.85
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103015010.850.60351.2610020.2
Hex670F064553C15f6414
Octal14701701441257453714424
Binary110011101111011001001010101111100101011111110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67000F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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