Html Css Color HEX #670301 Maroon

📋 copy color: '#670301'

red 103 ◦ green 3 ◦ blue 1

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

Shades of Maroon #670301

Tints of Maroon #670301

RGB

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

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

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

R = 96.26%
G = 2.8%
B = 0.93%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.99

 K value IS 0.60

RGB Variations

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

Color information

#670301 (or 0x670301) is known color: Maroon. HEX triplet: 67, 03 and 01. RGB value is (103,3,1). Sum of RGB (Red+Green+Blue) = 103+3+1=107 (14% of max value = 765). Red value is 103 (40.62% from 255 or 96.26% from 107); Green value is 3 (1.56% from 255 or 2.80% from 107); Blue value is 1 (0.78% from 255 or 0.93% from 107); Max value from RGB is 103 - color contains mainly: red. Hex color #670301 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #670301 is #98FCFE. Grayscale: #202020. Windows color (decimal): -10026239 or 66407. OLE color: 66407.

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

Color convert

RGB 103 3 1 -
CMYK 0 0.97 0.99 0.60
HSL 1.18º 0.98% 0.2% -
HSV(B) 1.18º 0.99% 0.4% -
XYZ 5.63 2.95 0.3 -
YUV 32.67 110.13 178.16 -
System Red Green Blue C M Y K H S L
Decimal 103 3 1 0 0.97 0.99 0.60 1.18 0.98 0.2
Hex 67 3 1 0 61 63 3C 1 62 14
Octal 147 3 1 0 141 143 74 1 142 24
Binary 1100111 11 1 0 1100001 1100011 111100 1 1100010 10100

Color Harmonies of #670301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #670301

Black with #670301

Text Example


Text Example

White with #670301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #670301; }

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

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

background-color css

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

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

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

border-color css

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

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

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