Html Css Color HEX #670007 Burgundy

📋 copy color: '#670007'

red 103 ◦ green 0 ◦ blue 7

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

Shades of Burgundy #670007

Tints of Burgundy #670007

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 6.36%

R = 93.64%
G = 0%
B = 6.36%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.93

 K value IS 0.60

RGB Variations

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

Color information

#670007 (or 0x670007) is known color: Burgundy. HEX triplet: 67, 00 and 07. RGB value is (103,0,7). Sum of RGB (Red+Green+Blue) = 103+0+7=110 (14% of max value = 765). Red value is 103 (40.62% from 255 or 93.64% from 110); Green value is 0 (0.39% from 255 or 0% from 110); Blue value is 7 (3.12% from 255 or 6.36% from 110); Max value from RGB is 103 - color contains mainly: red. Hex color #670007 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #670007 is #98FFF8. Grayscale: #1F1F1F. Windows color (decimal): -10027001 or 458855. OLE color: 458855.

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

Color convert

RGB 103 0 7 -
CMYK 0 1 0.93 0.60
HSL 355.92º 1% 0.2% -
HSV(B) 355.92º 1% 0.4% -
XYZ 5.63 2.9 0.46 -
YUV 31.6 114.12 178.93 -
System Red Green Blue C M Y K H S L
Decimal 103 0 7 0 1 0.93 0.60 355.92 1 0.2
Hex 67 0 7 0 64 5D 3C 164 64 14
Octal 147 0 7 0 144 135 74 544 144 24
Binary 1100111 0 111 0 1100100 1011101 111100 101100100 1100100 10100

Color Harmonies of #670007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #670007

Black with #670007

Text Example


Text Example

White with #670007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #670007; }

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

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

background-color css

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

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

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

border-color css

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

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

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