Html Css Color HEX #6D0B03 Maroon

📋 copy color: '#6D0B03'

red 109 ◦ green 11 ◦ blue 3

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

Shades of Maroon #6D0B03

Tints of Maroon #6D0B03

RGB

 RED value IS 109 (42.97% from 255) = 88.62%

 GREEN value IS 11 (4.69% from 255) = 8.94%

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

R = 88.62%
G = 8.94%
B = 2.44%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.97

 K value IS 0.57

RGB Variations

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

Color information

#6D0B03 (or 0x6D0B03) is known color: Maroon. HEX triplet: 6D, 0B and 03. RGB value is (109,11,3). Sum of RGB (Red+Green+Blue) = 109+11+3=123 (16% of max value = 765). Red value is 109 (42.97% from 255 or 88.62% from 123); Green value is 11 (4.69% from 255 or 8.94% from 123); Blue value is 3 (1.56% from 255 or 2.44% from 123); Max value from RGB is 109 - color contains mainly: red. Hex color #6D0B03 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6D0B03 is #92F4FC. Grayscale: #272727. Windows color (decimal): -9630973 or 199533. OLE color: 199533.

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

Color convert

RGB 109 11 3 -
CMYK 0 0.90 0.97 0.57
HSL 4.53º 0.95% 0.22% -
HSV(B) 4.53º 0.97% 0.43% -
XYZ 6.44 3.5 0.42 -
YUV 39.39 107.47 177.65 -
System Red Green Blue C M Y K H S L
Decimal 109 11 3 0 0.90 0.97 0.57 4.53 0.95 0.22
Hex 6D B 3 0 5A 61 39 5 5F 16
Octal 155 13 3 0 132 141 71 5 137 26
Binary 1101101 1011 11 0 1011010 1100001 111001 101 1011111 10110

Color Harmonies of #6D0B03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D0B03

Black with #6D0B03

Text Example


Text Example

White with #6D0B03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,11,3); }

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

background-color css

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

 a { background-color: rgb(109,11,3); }

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

border-color css

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

 span { border-color: rgb(109,11,3); }

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