Html Css Color HEX #67000E Burgundy

📋 copy color: '#67000E'

red 103 ◦ green 0 ◦ blue 14

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

Shades of Burgundy #67000E

Tints of Burgundy #67000E

RGB

 RED value IS 103 (40.63% from 255) = 88.03%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 14 (5.86% from 255) = 11.97%

R = 88.03%
G = 0%
B = 11.97%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.86

 K value IS 0.60

RGB Variations

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

Color information

#67000E (or 0x67000E) is known color: Burgundy. HEX triplet: 67, 00 and 0E. RGB value is (103,0,14). Sum of RGB (Red+Green+Blue) = 103+0+14=117 (15% of max value = 765). Red value is 103 (40.62% from 255 or 88.03% from 117); Green value is 0 (0.39% from 255 or 0% from 117); Blue value is 14 (5.86% from 255 or 11.97% from 117); Max value from RGB is 103 - color contains mainly: red. Hex color #67000E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #67000E is #98FFF1. Grayscale: #202020. Windows color (decimal): -10026994 or 917607. OLE color: 917607.

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

Color convert

RGB 103 0 14 -
CMYK 0 1 0.86 0.60
HSL 351.84º 1% 0.2% -
HSV(B) 351.84º 1% 0.4% -
XYZ 5.67 2.92 0.68 -
YUV 32.39 117.62 178.36 -
System Red Green Blue C M Y K H S L
Decimal 103 0 14 0 1 0.86 0.60 351.84 1 0.2
Hex 67 0 E 0 64 56 3C 160 64 14
Octal 147 0 16 0 144 126 74 540 144 24
Binary 1100111 0 1110 0 1100100 1010110 111100 101100000 1100100 10100

Color Harmonies of #67000E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67000E

Black with #67000E

Text Example


Text Example

White with #67000E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #67000E;
 }
 .AnyTagClassName
 {
   color: #67000E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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