Html Css Color HEX #6F002A Burgundy

📋 copy color: '#6F002A'

red 111 ◦ green 0 ◦ blue 42

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

Shades of Burgundy #6F002A

Tints of Burgundy #6F002A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 27.45%

R = 72.55%
G = 0%
B = 27.45%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.62

 K value IS 0.56

RGB Variations

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

Color information

#6F002A (or 0x6F002A) is known color: Burgundy. HEX triplet: 6F, 00 and 2A. RGB value is (111,0,42). Sum of RGB (Red+Green+Blue) = 111+0+42=153 (20% of max value = 765). Red value is 111 (43.75% from 255 or 72.55% from 153); Green value is 0 (0.39% from 255 or 0% from 153); Blue value is 42 (16.80% from 255 or 27.45% from 153); Max value from RGB is 111 - color contains mainly: red. Hex color #6F002A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F002A is #90FFD5. Grayscale: #252525. Windows color (decimal): -9502678 or 2752623. OLE color: 2752623.

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

Color convert

RGB 111 0 42 -
CMYK 0 1 0.62 0.56
HSL 337.3º 1% 0.22% -
HSV(B) 337.3º 1% 0.44% -
XYZ 6.97 3.55 2.51 -
YUV 37.98 130.27 180.08 -
System Red Green Blue C M Y K H S L
Decimal 111 0 42 0 1 0.62 0.56 337.3 1 0.22
Hex 6F 0 2A 0 64 3E 38 151 64 16
Octal 157 0 52 0 144 76 70 521 144 26
Binary 1101111 0 101010 0 1100100 111110 111000 101010001 1100100 10110

Color Harmonies of #6F002A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F002A

Black with #6F002A

Text Example


Text Example

White with #6F002A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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