Html Css Color HEX #670801 Maroon

📋 copy color: '#670801'

red 103 ◦ green 8 ◦ blue 1

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

Shades of Maroon #670801

Tints of Maroon #670801

RGB

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

 GREEN value IS 8 (3.52% from 255) = 7.14%

 BLUE value IS 1 (0.78% from 255) = 0.89%

R = 91.96%
G = 7.14%
B = 0.89%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.99

 K value IS 0.60

RGB Variations

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

Color information

#670801 (or 0x670801) is known color: Maroon. HEX triplet: 67, 08 and 01. RGB value is (103,8,1). Sum of RGB (Red+Green+Blue) = 103+8+1=112 (14% of max value = 765). Red value is 103 (40.62% from 255 or 91.96% from 112); Green value is 8 (3.52% from 255 or 7.14% from 112); Blue value is 1 (0.78% from 255 or 0.89% from 112); Max value from RGB is 103 - color contains mainly: red. Hex color #670801 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #670801 is #98F7FE. Grayscale: #232323. Windows color (decimal): -10024959 or 67687. OLE color: 67687.

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

Color convert

RGB 103 8 1 -
CMYK 0 0.92 0.99 0.60
HSL 4.12º 0.98% 0.2% -
HSV(B) 4.12º 0.99% 0.4% -
XYZ 5.69 3.06 0.32 -
YUV 35.61 108.47 176.07 -
System Red Green Blue C M Y K H S L
Decimal 103 8 1 0 0.92 0.99 0.60 4.12 0.98 0.2
Hex 67 8 1 0 5C 63 3C 4 62 14
Octal 147 10 1 0 134 143 74 4 142 24
Binary 1100111 1000 1 0 1011100 1100011 111100 100 1100010 10100

Color Harmonies of #670801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #670801

Black with #670801

Text Example


Text Example

White with #670801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #670801; }

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

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

background-color css

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

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

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

border-color css

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

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

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