Html Css Color HEX #671300 Maroon

📋 copy color: '#671300'

red 103 ◦ green 19 ◦ blue 0

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

Shades of Maroon #671300

Tints of Maroon #671300

RGB

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

 GREEN value IS 19 (7.81% from 255) = 15.57%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 84.43%
G = 15.57%
B = 0%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 1

 K value IS 0.60

RGB Variations

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

Color information

#671300 (or 0x671300) is known color: Maroon. HEX triplet: 67, 13 and 00. RGB value is (103,19,0). Sum of RGB (Red+Green+Blue) = 103+19+0=122 (16% of max value = 765). Red value is 103 (40.62% from 255 or 84.43% from 122); Green value is 19 (7.81% from 255 or 15.57% from 122); Blue value is 0 (0.39% from 255 or 0% from 122); Max value from RGB is 103 - color contains mainly: red. Hex color #671300 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #671300 is #98ECFF. Grayscale: #2A2A2A. Windows color (decimal): -10022144 or 4967. OLE color: 4967.

HSL color Cylindrical-coordinate representation of color #671300: hue angle of 11.07º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #671300 is Cyan = 0, Magento = 0.82, Yellow = 1 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 19 0 -
CMYK 0 0.82 1 0.60
HSL 11.07º 1% 0.2% -
HSV(B) 11.07º 1% 0.4% -
XYZ 5.83 3.35 0.34 -
YUV 41.95 104.33 171.54 -
System Red Green Blue C M Y K H S L
Decimal 103 19 0 0 0.82 1 0.60 11.07 1 0.2
Hex 67 13 0 0 52 64 3C B 64 14
Octal 147 23 0 0 122 144 74 13 144 24
Binary 1100111 10011 0 0 1010010 1100100 111100 1011 1100100 10100

Color Harmonies of #671300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #671300

Black with #671300

Text Example


Text Example

White with #671300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #671300; }

 p { color: rgb(103,19,0); }

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

background-color css

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

 a { background-color: rgb(103,19,0); }

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

border-color css

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

 span { border-color: rgb(103,19,0); }

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