Html Css Color HEX #6F0425 Burgundy

📋 copy color: '#6F0425'

red 111 ◦ green 4 ◦ blue 37

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

Shades of Burgundy #6F0425

Tints of Burgundy #6F0425

RGB

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

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

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

R = 73.03%
G = 2.63%
B = 24.34%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.67

 K value IS 0.56

RGB Variations

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

Color information

#6F0425 (or 0x6F0425) is known color: Burgundy. HEX triplet: 6F, 04 and 25. RGB value is (111,4,37). Sum of RGB (Red+Green+Blue) = 111+4+37=152 (20% of max value = 765). Red value is 111 (43.75% from 255 or 73.03% from 152); Green value is 4 (1.95% from 255 or 2.63% from 152); Blue value is 37 (14.84% from 255 or 24.34% from 152); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0425 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F0425 is #90FBDA. Grayscale: #272727. Windows color (decimal): -9501659 or 2425967. OLE color: 2425967.

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

Color convert

RGB 111 4 37 -
CMYK 0 0.96 0.67 0.56
HSL 341.5º 0.93% 0.23% -
HSV(B) 341.5º 0.96% 0.44% -
XYZ 6.93 3.6 2.08 -
YUV 39.76 126.45 178.82 -
System Red Green Blue C M Y K H S L
Decimal 111 4 37 0 0.96 0.67 0.56 341.5 0.93 0.23
Hex 6F 4 25 0 60 43 38 155 5D 17
Octal 157 4 45 0 140 103 70 525 135 27
Binary 1101111 100 100101 0 1100000 1000011 111000 101010101 1011101 10111

Color Harmonies of #6F0425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F0425

Black with #6F0425

Text Example


Text Example

White with #6F0425

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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