Html Css Color HEX #670002 Burgundy

📋 copy color: '#670002'

red 103 ◦ green 0 ◦ blue 2

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

Shades of Burgundy #670002

Tints of Burgundy #670002

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 1.9%

R = 98.1%
G = 0%
B = 1.9%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.98

 K value IS 0.60

RGB Variations

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

Color information

#670002 (or 0x670002) is known color: Burgundy. HEX triplet: 67, 00 and 02. RGB value is (103,0,2). Sum of RGB (Red+Green+Blue) = 103+0+2=105 (13% of max value = 765). Red value is 103 (40.62% from 255 or 98.10% from 105); Green value is 0 (0.39% from 255 or 0% from 105); Blue value is 2 (1.17% from 255 or 1.90% from 105); Max value from RGB is 103 - color contains mainly: red. Hex color #670002 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #670002 is #98FFFD. Grayscale: #1F1F1F. Windows color (decimal): -10027006 or 131175. OLE color: 131175.

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

Color convert

RGB 103 0 2 -
CMYK 0 1 0.98 0.60
HSL 358.84º 1% 0.2% -
HSV(B) 358.84º 1% 0.4% -
XYZ 5.6 2.89 0.32 -
YUV 31.03 111.62 179.34 -
System Red Green Blue C M Y K H S L
Decimal 103 0 2 0 1 0.98 0.60 358.84 1 0.2
Hex 67 0 2 0 64 62 3C 167 64 14
Octal 147 0 2 0 144 142 74 547 144 24
Binary 1100111 0 10 0 1100100 1100010 111100 101100111 1100100 10100

Color Harmonies of #670002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #670002

Black with #670002

Text Example


Text Example

White with #670002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #670002; }

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

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

background-color css

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

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

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

border-color css

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

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

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