Html Css Color HEX #6D0B02 Maroon

📋 copy color: '#6D0B02'

red 109 ◦ green 11 ◦ blue 2

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

Shades of Maroon #6D0B02

Tints of Maroon #6D0B02

RGB

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

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

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

R = 89.34%
G = 9.02%
B = 1.64%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.98

 K value IS 0.57

RGB Variations

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

Color information

#6D0B02 (or 0x6D0B02) is known color: Maroon. HEX triplet: 6D, 0B and 02. RGB value is (109,11,2). Sum of RGB (Red+Green+Blue) = 109+11+2=122 (16% of max value = 765). Red value is 109 (42.97% from 255 or 89.34% from 122); Green value is 11 (4.69% from 255 or 9.02% from 122); Blue value is 2 (1.17% from 255 or 1.64% from 122); Max value from RGB is 109 - color contains mainly: red. Hex color #6D0B02 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6D0B02 is #92F4FD. Grayscale: #272727. Windows color (decimal): -9630974 or 133997. OLE color: 133997.

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

Color convert

RGB 109 11 2 -
CMYK 0 0.90 0.98 0.57
HSL 5.05º 0.96% 0.22% -
HSV(B) 5.05º 0.98% 0.43% -
XYZ 6.44 3.49 0.39 -
YUV 39.28 106.97 177.73 -
System Red Green Blue C M Y K H S L
Decimal 109 11 2 0 0.90 0.98 0.57 5.05 0.96 0.22
Hex 6D B 2 0 5A 62 39 5 60 16
Octal 155 13 2 0 132 142 71 5 140 26
Binary 1101101 1011 10 0 1011010 1100010 111001 101 1100000 10110

Color Harmonies of #6D0B02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D0B02

Black with #6D0B02

Text Example


Text Example

White with #6D0B02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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