Html Css Color HEX #821700 Maroon

📋 copy color: '#821700'

red 130 ◦ green 23 ◦ blue 0

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

Shades of Maroon #821700

Tints of Maroon #821700

RGB

 RED value IS 130 (51.17% from 255) = 84.97%

 GREEN value IS 23 (9.38% from 255) = 15.03%

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

R = 84.97%
G = 15.03%
B = 0%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 1

 K value IS 0.49

RGB Variations

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

Color information

#821700 (or 0x821700) is known color: Maroon. HEX triplet: 82, 17 and 00. RGB value is (130,23,0). Sum of RGB (Red+Green+Blue) = 130+23+0=153 (20% of max value = 765). Red value is 130 (51.17% from 255 or 84.97% from 153); Green value is 23 (9.38% from 255 or 15.03% from 153); Blue value is 0 (0.39% from 255 or 0% from 153); Max value from RGB is 130 - color contains mainly: red. Hex color #821700 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #821700 is #7DE8FF. Grayscale: #343434. Windows color (decimal): -8251648 or 6018. OLE color: 6018.

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

Color convert

RGB 130 23 0 -
CMYK 0 0.82 1 0.49
HSL 10.62º 1% 0.25% -
HSV(B) 10.62º 1% 0.51% -
XYZ 9.51 5.36 0.53 -
YUV 52.37 98.45 183.37 -
System Red Green Blue C M Y K H S L
Decimal 130 23 0 0 0.82 1 0.49 10.62 1 0.25
Hex 82 17 0 0 52 64 31 B 64 19
Octal 202 27 0 0 122 144 61 13 144 31
Binary 10000010 10111 0 0 1010010 1100100 110001 1011 1100100 11001

Color Harmonies of #821700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821700

Black with #821700

Text Example


Text Example

White with #821700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #821700; }

 p { color: rgb(130,23,0); }

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

background-color css

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

 a { background-color: rgb(130,23,0); }

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

border-color css

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

 span { border-color: rgb(130,23,0); }

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