Html Css Color HEX #671203 Maroon

📋 copy color: '#671203'

red 103 ◦ green 18 ◦ blue 3

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

Shades of Maroon #671203

Tints of Maroon #671203

RGB

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

 GREEN value IS 18 (7.42% from 255) = 14.52%

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

R = 83.06%
G = 14.52%
B = 2.42%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.97

 K value IS 0.60

RGB Variations

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

Color information

#671203 (or 0x671203) is known color: Maroon. HEX triplet: 67, 12 and 03. RGB value is (103,18,3). Sum of RGB (Red+Green+Blue) = 103+18+3=124 (16% of max value = 765). Red value is 103 (40.62% from 255 or 83.06% from 124); Green value is 18 (7.42% from 255 or 14.52% from 124); Blue value is 3 (1.56% from 255 or 2.42% from 124); Max value from RGB is 103 - color contains mainly: red. Hex color #671203 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #671203 is #98EDFC. Grayscale: #292929. Windows color (decimal): -10022397 or 201319. OLE color: 201319.

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

Color convert

RGB 103 18 3 -
CMYK 0 0.83 0.97 0.60
HSL 0.94% 0.21% -
HSV(B) 0.97% 0.4% -
XYZ 5.83 3.32 0.42 -
YUV 41.71 106.16 171.72 -
System Red Green Blue C M Y K H S L
Decimal 103 18 3 0 0.83 0.97 0.60 9 0.94 0.21
Hex 67 12 3 0 53 61 3C 9 5E 15
Octal 147 22 3 0 123 141 74 11 136 25
Binary 1100111 10010 11 0 1010011 1100001 111100 1001 1011110 10101

Color Harmonies of #671203

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #671203

Black with #671203

Text Example


Text Example

White with #671203

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #671203; }

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

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

background-color css

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

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

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

border-color css

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

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

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