Html Css Color HEX #6F0123 Burgundy

📋 copy color: '#6F0123'

red 111 ◦ green 1 ◦ blue 35

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

Shades of Burgundy #6F0123

Tints of Burgundy #6F0123

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.68%

 BLUE value IS 35 (14.06% from 255) = 23.81%

R = 75.51%
G = 0.68%
B = 23.81%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.68

 K value IS 0.56

RGB Variations

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

Color information

#6F0123 (or 0x6F0123) is known color: Burgundy. HEX triplet: 6F, 01 and 23. RGB value is (111,1,35). Sum of RGB (Red+Green+Blue) = 111+1+35=147 (19% of max value = 765). Red value is 111 (43.75% from 255 or 75.51% from 147); Green value is 1 (0.78% from 255 or 0.68% from 147); Blue value is 35 (14.06% from 255 or 23.81% from 147); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0123 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F0123 is #90FEDC. Grayscale: #252525. Windows color (decimal): -9502429 or 2294127. OLE color: 2294127.

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

Color convert

RGB 111 1 35 -
CMYK 0 0.99 0.68 0.56
HSL 341.45º 0.98% 0.22% -
HSV(B) 341.45º 0.99% 0.44% -
XYZ 6.87 3.52 1.91 -
YUV 37.77 126.44 180.24 -
System Red Green Blue C M Y K H S L
Decimal 111 1 35 0 0.99 0.68 0.56 341.45 0.98 0.22
Hex 6F 1 23 0 63 44 38 155 62 16
Octal 157 1 43 0 143 104 70 525 142 26
Binary 1101111 1 100011 0 1100011 1000100 111000 101010101 1100010 10110

Color Harmonies of #6F0123

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F0123

Black with #6F0123

Text Example


Text Example

White with #6F0123

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,1,35); }

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

background-color css

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

 a { background-color: rgb(111,1,35); }

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

border-color css

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

 span { border-color: rgb(111,1,35); }

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