Html Css Color HEX #6F002B Burgundy

📋 copy color: '#6F002B'

red 111 ◦ green 0 ◦ blue 43

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

Shades of Burgundy #6F002B

Tints of Burgundy #6F002B

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 43 (17.19% from 255) = 27.92%

R = 72.08%
G = 0%
B = 27.92%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.61

 K value IS 0.56

RGB Variations

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

Color information

#6F002B (or 0x6F002B) is known color: Burgundy. HEX triplet: 6F, 00 and 2B. RGB value is (111,0,43). Sum of RGB (Red+Green+Blue) = 111+0+43=154 (20% of max value = 765). Red value is 111 (43.75% from 255 or 72.08% from 154); Green value is 0 (0.39% from 255 or 0% from 154); Blue value is 43 (17.19% from 255 or 27.92% from 154); Max value from RGB is 111 - color contains mainly: red. Hex color #6F002B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F002B is #90FFD4. Grayscale: #262626. Windows color (decimal): -9502677 or 2818159. OLE color: 2818159.

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

Color convert

RGB 111 0 43 -
CMYK 0 1 0.61 0.56
HSL 336.76º 1% 0.22% -
HSV(B) 336.76º 1% 0.44% -
XYZ 6.99 3.55 2.6 -
YUV 38.09 130.77 180 -
System Red Green Blue C M Y K H S L
Decimal 111 0 43 0 1 0.61 0.56 336.76 1 0.22
Hex 6F 0 2B 0 64 3D 38 151 64 16
Octal 157 0 53 0 144 75 70 521 144 26
Binary 1101111 0 101011 0 1100100 111101 111000 101010001 1100100 10110

Color Harmonies of #6F002B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F002B

Black with #6F002B

Text Example


Text Example

White with #6F002B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,0,43); }

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

background-color css

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

 a { background-color: rgb(111,0,43); }

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

border-color css

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

 span { border-color: rgb(111,0,43); }

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