Html Css Color HEX #6F0A03 Maroon

📋 copy color: '#6F0A03'

red 111 ◦ green 10 ◦ blue 3

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

Shades of Maroon #6F0A03

Tints of Maroon #6F0A03

RGB

 RED value IS 111 (43.75% from 255) = 89.52%

 GREEN value IS 10 (4.3% from 255) = 8.06%

 BLUE value IS 3 (1.56% from 255) = 2.42%

R = 89.52%
G = 8.06%
B = 2.42%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.97

 K value IS 0.56

RGB Variations

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

Color information

#6F0A03 (or 0x6F0A03) is known color: Maroon. HEX triplet: 6F, 0A and 03. RGB value is (111,10,3). Sum of RGB (Red+Green+Blue) = 111+10+3=124 (16% of max value = 765). Red value is 111 (43.75% from 255 or 89.52% from 124); Green value is 10 (4.30% from 255 or 8.06% from 124); Blue value is 3 (1.56% from 255 or 2.42% from 124); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0A03 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6F0A03 is #90F5FC. Grayscale: #272727. Windows color (decimal): -9500157 or 199279. OLE color: 199279.

HSL color Cylindrical-coordinate representation of color #6F0A03: hue angle of 3.89º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6F0A03 is Cyan = 0, Magento = 0.91, Yellow = 0.97 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 10 3 -
CMYK 0 0.91 0.97 0.56
HSL 3.89º 0.95% 0.22% -
HSV(B) 3.89º 0.97% 0.44% -
XYZ 6.68 3.6 0.43 -
YUV 39.4 107.46 179.07 -
System Red Green Blue C M Y K H S L
Decimal 111 10 3 0 0.91 0.97 0.56 3.89 0.95 0.22
Hex 6F A 3 0 5B 61 38 4 5F 16
Octal 157 12 3 0 133 141 70 4 137 26
Binary 1101111 1010 11 0 1011011 1100001 111000 100 1011111 10110

Color Harmonies of #6F0A03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F0A03

Black with #6F0A03

Text Example


Text Example

White with #6F0A03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6F0A03; }

 p { color: rgb(111,10,3); }

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

background-color css

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

 a { background-color: rgb(111,10,3); }

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

border-color css

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

 span { border-color: rgb(111,10,3); }

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