Html Css Color HEX #6B0502 Maroon

📋 copy color: '#6B0502'

red 107 ◦ green 5 ◦ blue 2

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

Shades of Maroon #6B0502

Tints of Maroon #6B0502

RGB

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

 GREEN value IS 5 (2.34% from 255) = 4.39%

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

R = 93.86%
G = 4.39%
B = 1.75%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.98

 K value IS 0.58

RGB Variations

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

Color information

#6B0502 (or 0x6B0502) is known color: Maroon. HEX triplet: 6B, 05 and 02. RGB value is (107,5,2). Sum of RGB (Red+Green+Blue) = 107+5+2=114 (15% of max value = 765). Red value is 107 (42.19% from 255 or 93.86% from 114); Green value is 5 (2.34% from 255 or 4.39% from 114); Blue value is 2 (1.17% from 255 or 1.75% from 114); Max value from RGB is 107 - color contains mainly: red. Hex color #6B0502 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6B0502 is #94FAFD. Grayscale: #232323. Windows color (decimal): -9763582 or 132459. OLE color: 132459.

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

Color convert

RGB 107 5 2 -
CMYK 0 0.95 0.98 0.58
HSL 1.71º 0.96% 0.21% -
HSV(B) 1.71º 0.98% 0.42% -
XYZ 6.13 3.24 0.36 -
YUV 35.16 109.29 179.24 -
System Red Green Blue C M Y K H S L
Decimal 107 5 2 0 0.95 0.98 0.58 1.71 0.96 0.21
Hex 6B 5 2 0 5F 62 3A 2 60 15
Octal 153 5 2 0 137 142 72 2 140 25
Binary 1101011 101 10 0 1011111 1100010 111010 10 1100000 10101

Color Harmonies of #6B0502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B0502

Black with #6B0502

Text Example


Text Example

White with #6B0502

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,5,2); }

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

background-color css

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

 a { background-color: rgb(107,5,2); }

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

border-color css

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

 span { border-color: rgb(107,5,2); }

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