Html Css Color HEX #6F0423 Burgundy

📋 copy color: '#6F0423'

red 111 ◦ green 4 ◦ blue 35

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

Shades of Burgundy #6F0423

Tints of Burgundy #6F0423

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.67%

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

R = 74%
G = 2.67%
B = 23.33%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.68

 K value IS 0.56

RGB Variations

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

Color information

#6F0423 (or 0x6F0423) is known color: Burgundy. HEX triplet: 6F, 04 and 23. RGB value is (111,4,35). Sum of RGB (Red+Green+Blue) = 111+4+35=150 (19% of max value = 765). Red value is 111 (43.75% from 255 or 74% from 150); Green value is 4 (1.95% from 255 or 2.67% from 150); Blue value is 35 (14.06% from 255 or 23.33% from 150); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0423 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F0423 is #90FBDC. Grayscale: #272727. Windows color (decimal): -9501661 or 2294895. OLE color: 2294895.

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

Color convert

RGB 111 4 35 -
CMYK 0 0.96 0.68 0.56
HSL 342.62º 0.93% 0.23% -
HSV(B) 342.62º 0.96% 0.44% -
XYZ 6.9 3.59 1.92 -
YUV 39.53 125.45 178.98 -
System Red Green Blue C M Y K H S L
Decimal 111 4 35 0 0.96 0.68 0.56 342.62 0.93 0.23
Hex 6F 4 23 0 60 44 38 157 5D 17
Octal 157 4 43 0 140 104 70 527 135 27
Binary 1101111 100 100011 0 1100000 1000100 111000 101010111 1011101 10111

Color Harmonies of #6F0423

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F0423

Black with #6F0423

Text Example


Text Example

White with #6F0423

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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