Html Css Color HEX #690300 Maroon

📋 copy color: '#690300'

red 105 ◦ green 3 ◦ blue 0

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

Shades of Maroon #690300

Tints of Maroon #690300

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.78%

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

R = 97.22%
G = 2.78%
B = 0%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 1

 K value IS 0.59

RGB Variations

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

Color information

#690300 (or 0x690300) is known color: Maroon. HEX triplet: 69, 03 and 00. RGB value is (105,3,0). Sum of RGB (Red+Green+Blue) = 105+3+0=108 (14% of max value = 765). Red value is 105 (41.41% from 255 or 97.22% from 108); Green value is 3 (1.56% from 255 or 2.78% from 108); Blue value is 0 (0.39% from 255 or 0% from 108); Max value from RGB is 105 - color contains mainly: red. Hex color #690300 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #690300 is #96FCFF. Grayscale: #212121. Windows color (decimal): -9895168 or 873. OLE color: 873.

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

Color convert

RGB 105 3 0 -
CMYK 0 0.97 1 0.59
HSL 1.71º 1% 0.21% -
HSV(B) 1.71º 1% 0.41% -
XYZ 5.86 3.07 0.28 -
YUV 33.16 109.29 179.24 -
System Red Green Blue C M Y K H S L
Decimal 105 3 0 0 0.97 1 0.59 1.71 1 0.21
Hex 69 3 0 0 61 64 3B 2 64 15
Octal 151 3 0 0 141 144 73 2 144 25
Binary 1101001 11 0 0 1100001 1100100 111011 10 1100100 10101

Color Harmonies of #690300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690300

Black with #690300

Text Example


Text Example

White with #690300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #690300; }

 p { color: rgb(105,3,0); }

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

background-color css

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

 a { background-color: rgb(105,3,0); }

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

border-color css

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

 span { border-color: rgb(105,3,0); }

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