Html Css Color HEX #6F0323 Burgundy

📋 copy color: '#6F0323'

red 111 ◦ green 3 ◦ blue 35

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

Shades of Burgundy #6F0323

Tints of Burgundy #6F0323

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.01%

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

R = 74.5%
G = 2.01%
B = 23.49%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.68

 K value IS 0.56

RGB Variations

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

Color information

#6F0323 (or 0x6F0323) is known color: Burgundy. HEX triplet: 6F, 03 and 23. RGB value is (111,3,35). Sum of RGB (Red+Green+Blue) = 111+3+35=149 (19% of max value = 765). Red value is 111 (43.75% from 255 or 74.50% from 149); Green value is 3 (1.56% from 255 or 2.01% from 149); Blue value is 35 (14.06% from 255 or 23.49% from 149); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0323 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F0323 is #90FCDC. Grayscale: #262626. Windows color (decimal): -9501917 or 2294639. OLE color: 2294639.

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

Color convert

RGB 111 3 35 -
CMYK 0 0.97 0.68 0.56
HSL 342.22º 0.95% 0.22% -
HSV(B) 342.22º 0.97% 0.44% -
XYZ 6.89 3.57 1.92 -
YUV 38.94 125.78 179.4 -
System Red Green Blue C M Y K H S L
Decimal 111 3 35 0 0.97 0.68 0.56 342.22 0.95 0.22
Hex 6F 3 23 0 61 44 38 156 5F 16
Octal 157 3 43 0 141 104 70 526 137 26
Binary 1101111 11 100011 0 1100001 1000100 111000 101010110 1011111 10110

Color Harmonies of #6F0323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F0323

Black with #6F0323

Text Example


Text Example

White with #6F0323

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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