Html Css Color HEX #6F1302 Maroon

📋 copy color: '#6F1302'

red 111 ◦ green 19 ◦ blue 2

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

Shades of Maroon #6F1302

Tints of Maroon #6F1302

RGB

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

 GREEN value IS 19 (7.81% from 255) = 14.39%

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

R = 84.09%
G = 14.39%
B = 1.52%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.98

 K value IS 0.56

RGB Variations

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

Color information

#6F1302 (or 0x6F1302) is known color: Maroon. HEX triplet: 6F, 13 and 02. RGB value is (111,19,2). Sum of RGB (Red+Green+Blue) = 111+19+2=132 (17% of max value = 765). Red value is 111 (43.75% from 255 or 84.09% from 132); Green value is 19 (7.81% from 255 or 14.39% from 132); Blue value is 2 (1.17% from 255 or 1.52% from 132); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1302 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6F1302 is #90ECFD. Grayscale: #2C2C2C. Windows color (decimal): -9497854 or 136047. OLE color: 136047.

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

Color convert

RGB 111 19 2 -
CMYK 0 0.83 0.98 0.56
HSL 9.36º 0.96% 0.22% -
HSV(B) 9.36º 0.98% 0.44% -
XYZ 6.8 3.85 0.44 -
YUV 44.57 103.98 175.38 -
System Red Green Blue C M Y K H S L
Decimal 111 19 2 0 0.83 0.98 0.56 9.36 0.96 0.22
Hex 6F 13 2 0 53 62 38 9 60 16
Octal 157 23 2 0 123 142 70 11 140 26
Binary 1101111 10011 10 0 1010011 1100010 111000 1001 1100000 10110

Color Harmonies of #6F1302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F1302

Black with #6F1302

Text Example


Text Example

White with #6F1302

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,19,2); }

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

background-color css

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

 a { background-color: rgb(111,19,2); }

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

border-color css

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

 span { border-color: rgb(111,19,2); }

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