Html Css Color HEX #670306 Burgundy

📋 copy color: '#670306'

red 103 ◦ green 3 ◦ blue 6

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

Shades of Burgundy #670306

Tints of Burgundy #670306

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.68%

 BLUE value IS 6 (2.73% from 255) = 5.36%

R = 91.96%
G = 2.68%
B = 5.36%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.94

 K value IS 0.60

RGB Variations

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

Color information

#670306 (or 0x670306) is known color: Burgundy. HEX triplet: 67, 03 and 06. RGB value is (103,3,6). Sum of RGB (Red+Green+Blue) = 103+3+6=112 (14% of max value = 765). Red value is 103 (40.62% from 255 or 91.96% from 112); Green value is 3 (1.56% from 255 or 2.68% from 112); Blue value is 6 (2.73% from 255 or 5.36% from 112); Max value from RGB is 103 - color contains mainly: red. Hex color #670306 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #670306 is #98FCF9. Grayscale: #212121. Windows color (decimal): -10026234 or 394087. OLE color: 394087.

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

Color convert

RGB 103 3 6 -
CMYK 0 0.97 0.94 0.60
HSL 358.2º 0.94% 0.21% -
HSV(B) 358.2º 0.97% 0.4% -
XYZ 5.66 2.96 0.45 -
YUV 33.24 112.63 177.76 -
System Red Green Blue C M Y K H S L
Decimal 103 3 6 0 0.97 0.94 0.60 358.2 0.94 0.21
Hex 67 3 6 0 61 5E 3C 166 5E 15
Octal 147 3 6 0 141 136 74 546 136 25
Binary 1100111 11 110 0 1100001 1011110 111100 101100110 1011110 10101

Color Harmonies of #670306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #670306

Black with #670306

Text Example


Text Example

White with #670306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #670306; }

 p { color: rgb(103,3,6); }

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

background-color css

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

 a { background-color: rgb(103,3,6); }

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

border-color css

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

 span { border-color: rgb(103,3,6); }

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