Html Css Color HEX #6B0B03 Maroon

📋 copy color: '#6B0B03'

red 107 ◦ green 11 ◦ blue 3

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

Shades of Maroon #6B0B03

Tints of Maroon #6B0B03

RGB

 RED value IS 107 (42.19% from 255) = 88.43%

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

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

R = 88.43%
G = 9.09%
B = 2.48%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.97

 K value IS 0.58

RGB Variations

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

Color information

#6B0B03 (or 0x6B0B03) is known color: Maroon. HEX triplet: 6B, 0B and 03. RGB value is (107,11,3). Sum of RGB (Red+Green+Blue) = 107+11+3=121 (16% of max value = 765). Red value is 107 (42.19% from 255 or 88.43% from 121); Green value is 11 (4.69% from 255 or 9.09% from 121); Blue value is 3 (1.56% from 255 or 2.48% from 121); Max value from RGB is 107 - color contains mainly: red. Hex color #6B0B03 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6B0B03 is #94F4FC. Grayscale: #262626. Windows color (decimal): -9762045 or 199531. OLE color: 199531.

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

Color convert

RGB 107 11 3 -
CMYK 0 0.90 0.97 0.58
HSL 4.62º 0.95% 0.22% -
HSV(B) 4.62º 0.97% 0.42% -
XYZ 6.2 3.37 0.41 -
YUV 38.79 107.8 176.65 -
System Red Green Blue C M Y K H S L
Decimal 107 11 3 0 0.90 0.97 0.58 4.62 0.95 0.22
Hex 6B B 3 0 5A 61 3A 5 5F 16
Octal 153 13 3 0 132 141 72 5 137 26
Binary 1101011 1011 11 0 1011010 1100001 111010 101 1011111 10110

Color Harmonies of #6B0B03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B0B03

Black with #6B0B03

Text Example


Text Example

White with #6B0B03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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