Html Css Color HEX #6F0C01 Maroon

📋 copy color: '#6F0C01'

red 111 ◦ green 12 ◦ blue 1

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

Shades of Maroon #6F0C01

Tints of Maroon #6F0C01

RGB

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

 GREEN value IS 12 (5.08% from 255) = 9.68%

 BLUE value IS 1 (0.78% from 255) = 0.81%

R = 89.52%
G = 9.68%
B = 0.81%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.99

 K value IS 0.56

RGB Variations

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

Color information

#6F0C01 (or 0x6F0C01) is known color: Maroon. HEX triplet: 6F, 0C and 01. RGB value is (111,12,1). Sum of RGB (Red+Green+Blue) = 111+12+1=124 (16% of max value = 765). Red value is 111 (43.75% from 255 or 89.52% from 124); Green value is 12 (5.08% from 255 or 9.68% from 124); Blue value is 1 (0.78% from 255 or 0.81% from 124); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0C01 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6F0C01 is #90F3FE. Grayscale: #282828. Windows color (decimal): -9499647 or 68719. OLE color: 68719.

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

Color convert

RGB 111 12 1 -
CMYK 0 0.89 0.99 0.56
HSL 0.98% 0.22% -
HSV(B) 0.99% 0.44% -
XYZ 6.69 3.64 0.38 -
YUV 40.35 105.8 178.39 -
System Red Green Blue C M Y K H S L
Decimal 111 12 1 0 0.89 0.99 0.56 6 0.98 0.22
Hex 6F C 1 0 59 63 38 6 62 16
Octal 157 14 1 0 131 143 70 6 142 26
Binary 1101111 1100 1 0 1011001 1100011 111000 110 1100010 10110

Color Harmonies of #6F0C01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F0C01

Black with #6F0C01

Text Example


Text Example

White with #6F0C01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,12,1); }

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

background-color css

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

 a { background-color: rgb(111,12,1); }

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

border-color css

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

 span { border-color: rgb(111,12,1); }

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