Html Css Color HEX #670207 Burgundy

📋 copy color: '#670207'

red 103 ◦ green 2 ◦ blue 7

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

Shades of Burgundy #670207

Tints of Burgundy #670207

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.79%

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

R = 91.96%
G = 1.79%
B = 6.25%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.93

 K value IS 0.60

RGB Variations

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

Color information

#670207 (or 0x670207) is known color: Burgundy. HEX triplet: 67, 02 and 07. RGB value is (103,2,7). Sum of RGB (Red+Green+Blue) = 103+2+7=112 (14% of max value = 765). Red value is 103 (40.62% from 255 or 91.96% from 112); Green value is 2 (1.17% from 255 or 1.79% from 112); Blue value is 7 (3.12% from 255 or 6.25% from 112); Max value from RGB is 103 - color contains mainly: red. Hex color #670207 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #670207 is #98FDF8. Grayscale: #202020. Windows color (decimal): -10026489 or 459367. OLE color: 459367.

HSL color Cylindrical-coordinate representation of color #670207: hue angle of 357.03º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #670207 is Cyan = 0, Magento = 0.98, Yellow = 0.93 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 2 7 -
CMYK 0 0.98 0.93 0.60
HSL 357.03º 0.96% 0.21% -
HSV(B) 357.03º 0.98% 0.4% -
XYZ 5.65 2.94 0.47 -
YUV 32.77 113.46 178.09 -
System Red Green Blue C M Y K H S L
Decimal 103 2 7 0 0.98 0.93 0.60 357.03 0.96 0.21
Hex 67 2 7 0 62 5D 3C 165 60 15
Octal 147 2 7 0 142 135 74 545 140 25
Binary 1100111 10 111 0 1100010 1011101 111100 101100101 1100000 10101

Color Harmonies of #670207

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #670207

Black with #670207

Text Example


Text Example

White with #670207

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #670207; }

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

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

background-color css

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

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

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

border-color css

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

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

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