Html Css Color HEX #691002 Maroon

📋 copy color: '#691002'

red 105 ◦ green 16 ◦ blue 2

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

Shades of Maroon #691002

Tints of Maroon #691002

RGB

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

 GREEN value IS 16 (6.64% from 255) = 13.01%

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

R = 85.37%
G = 13.01%
B = 1.63%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.98

 K value IS 0.59

RGB Variations

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

Color information

#691002 (or 0x691002) is known color: Maroon. HEX triplet: 69, 10 and 02. RGB value is (105,16,2). Sum of RGB (Red+Green+Blue) = 105+16+2=123 (16% of max value = 765). Red value is 105 (41.41% from 255 or 85.37% from 123); Green value is 16 (6.64% from 255 or 13.01% from 123); Blue value is 2 (1.17% from 255 or 1.63% from 123); Max value from RGB is 105 - color contains mainly: red. Hex color #691002 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #691002 is #96EFFD. Grayscale: #292929. Windows color (decimal): -9891838 or 135273. OLE color: 135273.

HSL color Cylindrical-coordinate representation of color #691002: hue angle of 8.16º 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 #691002 is Cyan = 0, Magento = 0.85, Yellow = 0.98 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 16 2 -
CMYK 0 0.85 0.98 0.59
HSL 8.16º 0.96% 0.21% -
HSV(B) 8.16º 0.98% 0.41% -
XYZ 6.02 3.38 0.39 -
YUV 41.02 105.99 173.64 -
System Red Green Blue C M Y K H S L
Decimal 105 16 2 0 0.85 0.98 0.59 8.16 0.96 0.21
Hex 69 10 2 0 55 62 3B 8 60 15
Octal 151 20 2 0 125 142 73 10 140 25
Binary 1101001 10000 10 0 1010101 1100010 111011 1000 1100000 10101

Color Harmonies of #691002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #691002

Black with #691002

Text Example


Text Example

White with #691002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #691002; }

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

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

background-color css

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

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

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

border-color css

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

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

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