Html Css Color HEX #670100 Maroon

📋 copy color: '#670100'

red 103 ◦ green 1 ◦ blue 0

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

Shades of Maroon #670100

Tints of Maroon #670100

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.96%

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

R = 99.04%
G = 0.96%
B = 0%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 1

 K value IS 0.60

RGB Variations

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

Color information

#670100 (or 0x670100) is known color: Maroon. HEX triplet: 67, 01 and 00. RGB value is (103,1,0). Sum of RGB (Red+Green+Blue) = 103+1+0=104 (13% of max value = 765). Red value is 103 (40.62% from 255 or 99.04% from 104); Green value is 1 (0.78% from 255 or 0.96% from 104); Blue value is 0 (0.39% from 255 or 0% from 104); Max value from RGB is 103 - color contains mainly: red. Hex color #670100 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #670100 is #98FEFF. Grayscale: #1F1F1F. Windows color (decimal): -10026752 or 359. OLE color: 359.

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

Color convert

RGB 103 1 0 -
CMYK 0 0.99 1 0.60
HSL 0.58º 1% 0.2% -
HSV(B) 0.58º 1% 0.4% -
XYZ 5.6 2.91 0.27 -
YUV 31.38 110.29 179.08 -
System Red Green Blue C M Y K H S L
Decimal 103 1 0 0 0.99 1 0.60 0.58 1 0.2
Hex 67 1 0 0 63 64 3C 1 64 14
Octal 147 1 0 0 143 144 74 1 144 24
Binary 1100111 1 0 0 1100011 1100100 111100 1 1100100 10100

Color Harmonies of #670100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #670100

Black with #670100

Text Example


Text Example

White with #670100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #670100; }

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

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

background-color css

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

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

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

border-color css

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

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

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