Html Css Color HEX #830702 Maroon

📋 copy color: '#830702'

red 131 ◦ green 7 ◦ blue 2

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

Shades of Maroon #830702

Tints of Maroon #830702

RGB

 RED value IS 131 (51.56% from 255) = 93.57%

 GREEN value IS 7 (3.13% from 255) = 5%

 BLUE value IS 2 (1.17% from 255) = 1.43%

R = 93.57%
G = 5%
B = 1.43%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.98

 K value IS 0.49

RGB Variations

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

Color information

#830702 (or 0x830702) is known color: Maroon. HEX triplet: 83, 07 and 02. RGB value is (131,7,2). Sum of RGB (Red+Green+Blue) = 131+7+2=140 (18% of max value = 765). Red value is 131 (51.56% from 255 or 93.57% from 140); Green value is 7 (3.12% from 255 or 5% from 140); Blue value is 2 (1.17% from 255 or 1.43% from 140); Max value from RGB is 131 - color contains mainly: red. Hex color #830702 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #830702 is #7CF8FD. Grayscale: #2B2B2B. Windows color (decimal): -8190206 or 132995. OLE color: 132995.

HSL color Cylindrical-coordinate representation of color #830702: hue angle of 2.33º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #830702 is Cyan = 0, Magento = 0.95, Yellow = 0.98 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 7 2 -
CMYK 0 0.95 0.98 0.49
HSL 2.33º 0.97% 0.26% -
HSV(B) 2.33º 0.98% 0.51% -
XYZ 9.45 4.98 0.52 -
YUV 43.51 104.58 190.41 -
System Red Green Blue C M Y K H S L
Decimal 131 7 2 0 0.95 0.98 0.49 2.33 0.97 0.26
Hex 83 7 2 0 5F 62 31 2 61 1A
Octal 203 7 2 0 137 142 61 2 141 32
Binary 10000011 111 10 0 1011111 1100010 110001 10 1100001 11010

Color Harmonies of #830702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #830702

Black with #830702

Text Example


Text Example

White with #830702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #830702; }

 p { color: rgb(131,7,2); }

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

background-color css

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

 a { background-color: rgb(131,7,2); }

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

border-color css

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

 span { border-color: rgb(131,7,2); }

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