Html Css Color HEX #6F0125 Burgundy

📋 copy color: '#6F0125'

red 111 ◦ green 1 ◦ blue 37

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

Shades of Burgundy #6F0125

Tints of Burgundy #6F0125

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 24.83%

R = 74.5%
G = 0.67%
B = 24.83%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.67

 K value IS 0.56

RGB Variations

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

Color information

#6F0125 (or 0x6F0125) is known color: Burgundy. HEX triplet: 6F, 01 and 25. RGB value is (111,1,37). Sum of RGB (Red+Green+Blue) = 111+1+37=149 (19% of max value = 765). Red value is 111 (43.75% from 255 or 74.50% from 149); Green value is 1 (0.78% from 255 or 0.67% from 149); Blue value is 37 (14.84% from 255 or 24.83% from 149); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0125 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F0125 is #90FEDA. Grayscale: #252525. Windows color (decimal): -9502427 or 2425199. OLE color: 2425199.

HSL color Cylindrical-coordinate representation of color #6F0125: hue angle of 340.36º 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 #6F0125 is Cyan = 0, Magento = 0.99, Yellow = 0.67 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 1 37 -
CMYK 0 0.99 0.67 0.56
HSL 340.36º 0.98% 0.22% -
HSV(B) 340.36º 0.99% 0.44% -
XYZ 6.9 3.53 2.07 -
YUV 37.99 127.44 180.07 -
System Red Green Blue C M Y K H S L
Decimal 111 1 37 0 0.99 0.67 0.56 340.36 0.98 0.22
Hex 6F 1 25 0 63 43 38 154 62 16
Octal 157 1 45 0 143 103 70 524 142 26
Binary 1101111 1 100101 0 1100011 1000011 111000 101010100 1100010 10110

Color Harmonies of #6F0125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F0125

Black with #6F0125

Text Example


Text Example

White with #6F0125

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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