Html Css Color HEX #670D01 Maroon

📋 copy color: '#670D01'

red 103 ◦ green 13 ◦ blue 1

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

Shades of Maroon #670D01

Tints of Maroon #670D01

RGB

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

 GREEN value IS 13 (5.47% from 255) = 11.11%

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

R = 88.03%
G = 11.11%
B = 0.85%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.99

 K value IS 0.60

RGB Variations

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

Color information

#670D01 (or 0x670D01) is known color: Maroon. HEX triplet: 67, 0D and 01. RGB value is (103,13,1). Sum of RGB (Red+Green+Blue) = 103+13+1=117 (15% of max value = 765). Red value is 103 (40.62% from 255 or 88.03% from 117); Green value is 13 (5.47% from 255 or 11.11% from 117); Blue value is 1 (0.78% from 255 or 0.85% from 117); Max value from RGB is 103 - color contains mainly: red. Hex color #670D01 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #670D01 is #98F2FE. Grayscale: #262626. Windows color (decimal): -10023679 or 68967. OLE color: 68967.

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

Color convert

RGB 103 13 1 -
CMYK 0 0.87 0.99 0.60
HSL 7.06º 0.98% 0.2% -
HSV(B) 7.06º 0.99% 0.4% -
XYZ 5.74 3.17 0.34 -
YUV 38.54 106.82 173.98 -
System Red Green Blue C M Y K H S L
Decimal 103 13 1 0 0.87 0.99 0.60 7.06 0.98 0.2
Hex 67 D 1 0 57 63 3C 7 62 14
Octal 147 15 1 0 127 143 74 7 142 24
Binary 1100111 1101 1 0 1010111 1100011 111100 111 1100010 10100

Color Harmonies of #670D01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #670D01

Black with #670D01

Text Example


Text Example

White with #670D01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #670D01; }

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

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

background-color css

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

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

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

border-color css

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

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

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