Html Css Color HEX #671003 Maroon

📋 copy color: '#671003'

red 103 ◦ green 16 ◦ blue 3

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

Shades of Maroon #671003

Tints of Maroon #671003

RGB

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

 GREEN value IS 16 (6.64% from 255) = 13.11%

 BLUE value IS 3 (1.56% from 255) = 2.46%

R = 84.43%
G = 13.11%
B = 2.46%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.97

 K value IS 0.60

RGB Variations

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

Color information

#671003 (or 0x671003) is known color: Maroon. HEX triplet: 67, 10 and 03. RGB value is (103,16,3). Sum of RGB (Red+Green+Blue) = 103+16+3=122 (16% of max value = 765). Red value is 103 (40.62% from 255 or 84.43% from 122); Green value is 16 (6.64% from 255 or 13.11% from 122); Blue value is 3 (1.56% from 255 or 2.46% from 122); Max value from RGB is 103 - color contains mainly: red. Hex color #671003 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #671003 is #98EFFC. Grayscale: #282828. Windows color (decimal): -10022909 or 200807. OLE color: 200807.

HSL color Cylindrical-coordinate representation of color #671003: hue angle of 7.8º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #671003 is Cyan = 0, Magento = 0.84, Yellow = 0.97 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 16 3 -
CMYK 0 0.84 0.97 0.60
HSL 7.8º 0.94% 0.21% -
HSV(B) 7.8º 0.97% 0.4% -
XYZ 5.8 3.26 0.41 -
YUV 40.53 106.82 172.56 -
System Red Green Blue C M Y K H S L
Decimal 103 16 3 0 0.84 0.97 0.60 7.8 0.94 0.21
Hex 67 10 3 0 54 61 3C 8 5E 15
Octal 147 20 3 0 124 141 74 10 136 25
Binary 1100111 10000 11 0 1010100 1100001 111100 1000 1011110 10101

Color Harmonies of #671003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #671003

Black with #671003

Text Example


Text Example

White with #671003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #671003; }

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

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

background-color css

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

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

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

border-color css

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

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

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