Html Css Color HEX #6F1501 Maroon

📋 copy color: '#6F1501'

red 111 ◦ green 21 ◦ blue 1

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

Shades of Maroon #6F1501

Tints of Maroon #6F1501

RGB

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

 GREEN value IS 21 (8.59% from 255) = 15.79%

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

R = 83.46%
G = 15.79%
B = 0.75%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.99

 K value IS 0.56

RGB Variations

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

Color information

#6F1501 (or 0x6F1501) is known color: Maroon. HEX triplet: 6F, 15 and 01. RGB value is (111,21,1). Sum of RGB (Red+Green+Blue) = 111+21+1=133 (17% of max value = 765). Red value is 111 (43.75% from 255 or 83.46% from 133); Green value is 21 (8.59% from 255 or 15.79% from 133); Blue value is 1 (0.78% from 255 or 0.75% from 133); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1501 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6F1501 is #90EAFE. Grayscale: #2D2D2D. Windows color (decimal): -9497343 or 71023. OLE color: 71023.

HSL color Cylindrical-coordinate representation of color #6F1501: hue angle of 10.91º 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 #6F1501 is Cyan = 0, Magento = 0.81, Yellow = 0.99 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 21 1 -
CMYK 0 0.81 0.99 0.56
HSL 10.91º 0.98% 0.22% -
HSV(B) 10.91º 0.99% 0.44% -
XYZ 6.83 3.92 0.43 -
YUV 45.63 102.82 174.63 -
System Red Green Blue C M Y K H S L
Decimal 111 21 1 0 0.81 0.99 0.56 10.91 0.98 0.22
Hex 6F 15 1 0 51 63 38 B 62 16
Octal 157 25 1 0 121 143 70 13 142 26
Binary 1101111 10101 1 0 1010001 1100011 111000 1011 1100010 10110

Color Harmonies of #6F1501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F1501

Black with #6F1501

Text Example


Text Example

White with #6F1501

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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