Html Css Color HEX #670501 Maroon

📋 copy color: '#670501'

red 103 ◦ green 5 ◦ blue 1

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

Shades of Maroon #670501

Tints of Maroon #670501

RGB

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

 GREEN value IS 5 (2.34% from 255) = 4.59%

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

R = 94.5%
G = 4.59%
B = 0.92%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.99

 K value IS 0.60

RGB Variations

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

Color information

#670501 (or 0x670501) is known color: Maroon. HEX triplet: 67, 05 and 01. RGB value is (103,5,1). Sum of RGB (Red+Green+Blue) = 103+5+1=109 (14% of max value = 765). Red value is 103 (40.62% from 255 or 94.50% from 109); Green value is 5 (2.34% from 255 or 4.59% from 109); Blue value is 1 (0.78% from 255 or 0.92% from 109); Max value from RGB is 103 - color contains mainly: red. Hex color #670501 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #670501 is #98FAFE. Grayscale: #212121. Windows color (decimal): -10025727 or 66919. OLE color: 66919.

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

Color convert

RGB 103 5 1 -
CMYK 0 0.95 0.99 0.60
HSL 2.35º 0.98% 0.2% -
HSV(B) 2.35º 0.99% 0.4% -
XYZ 5.65 2.99 0.31 -
YUV 33.85 109.47 177.33 -
System Red Green Blue C M Y K H S L
Decimal 103 5 1 0 0.95 0.99 0.60 2.35 0.98 0.2
Hex 67 5 1 0 5F 63 3C 2 62 14
Octal 147 5 1 0 137 143 74 2 142 24
Binary 1100111 101 1 0 1011111 1100011 111100 10 1100010 10100

Color Harmonies of #670501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #670501

Black with #670501

Text Example


Text Example

White with #670501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #670501; }

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

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

background-color css

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

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

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

border-color css

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

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

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