Html Css Color HEX #691402 Maroon

📋 copy color: '#691402'

red 105 ◦ green 20 ◦ blue 2

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

Shades of Maroon #691402

Tints of Maroon #691402

RGB

 RED value IS 105 (41.41% from 255) = 82.68%

 GREEN value IS 20 (8.2% from 255) = 15.75%

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

R = 82.68%
G = 15.75%
B = 1.57%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.98

 K value IS 0.59

RGB Variations

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

Color information

#691402 (or 0x691402) is known color: Maroon. HEX triplet: 69, 14 and 02. RGB value is (105,20,2). Sum of RGB (Red+Green+Blue) = 105+20+2=127 (16% of max value = 765). Red value is 105 (41.41% from 255 or 82.68% from 127); Green value is 20 (8.20% from 255 or 15.75% from 127); Blue value is 2 (1.17% from 255 or 1.57% from 127); Max value from RGB is 105 - color contains mainly: red. Hex color #691402 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #691402 is #96EBFD. Grayscale: #2B2B2B. Windows color (decimal): -9890814 or 136297. OLE color: 136297.

HSL color Cylindrical-coordinate representation of color #691402: hue angle of 10.49º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #691402 is Cyan = 0, Magento = 0.81, Yellow = 0.98 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 20 2 -
CMYK 0 0.81 0.98 0.59
HSL 10.49º 0.96% 0.21% -
HSV(B) 10.49º 0.98% 0.41% -
XYZ 6.09 3.51 0.41 -
YUV 43.36 104.66 171.96 -
System Red Green Blue C M Y K H S L
Decimal 105 20 2 0 0.81 0.98 0.59 10.49 0.96 0.21
Hex 69 14 2 0 51 62 3B A 60 15
Octal 151 24 2 0 121 142 73 12 140 25
Binary 1101001 10100 10 0 1010001 1100010 111011 1010 1100000 10101

Color Harmonies of #691402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #691402

Black with #691402

Text Example


Text Example

White with #691402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #691402; }

 p { color: rgb(105,20,2); }

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

background-color css

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

 a { background-color: rgb(105,20,2); }

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

border-color css

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

 span { border-color: rgb(105,20,2); }

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