Html Css Color HEX #670201 Maroon

📋 copy color: '#670201'

red 103 ◦ green 2 ◦ blue 1

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

Shades of Maroon #670201

Tints of Maroon #670201

RGB

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

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

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

R = 97.17%
G = 1.89%
B = 0.94%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.99

 K value IS 0.60

RGB Variations

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

Color information

#670201 (or 0x670201) is known color: Maroon. HEX triplet: 67, 02 and 01. RGB value is (103,2,1). Sum of RGB (Red+Green+Blue) = 103+2+1=106 (14% of max value = 765). Red value is 103 (40.62% from 255 or 97.17% from 106); Green value is 2 (1.17% from 255 or 1.89% from 106); Blue value is 1 (0.78% from 255 or 0.94% from 106); Max value from RGB is 103 - color contains mainly: red. Hex color #670201 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #670201 is #98FDFE. Grayscale: #202020. Windows color (decimal): -10026495 or 66151. OLE color: 66151.

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

Color convert

RGB 103 2 1 -
CMYK 0 0.98 0.99 0.60
HSL 0.59º 0.98% 0.2% -
HSV(B) 0.59º 0.99% 0.4% -
XYZ 5.62 2.93 0.3 -
YUV 32.09 110.46 178.58 -
System Red Green Blue C M Y K H S L
Decimal 103 2 1 0 0.98 0.99 0.60 0.59 0.98 0.2
Hex 67 2 1 0 62 63 3C 1 62 14
Octal 147 2 1 0 142 143 74 1 142 24
Binary 1100111 10 1 0 1100010 1100011 111100 1 1100010 10100

Color Harmonies of #670201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #670201

Black with #670201

Text Example


Text Example

White with #670201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #670201; }

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

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

background-color css

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

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

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

border-color css

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

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

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