Html Css Color HEX #6F0325 Burgundy

📋 copy color: '#6F0325'

red 111 ◦ green 3 ◦ blue 37

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

Shades of Burgundy #6F0325

Tints of Burgundy #6F0325

RGB

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

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

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

R = 73.51%
G = 1.99%
B = 24.5%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.67

 K value IS 0.56

RGB Variations

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

Color information

#6F0325 (or 0x6F0325) is known color: Burgundy. HEX triplet: 6F, 03 and 25. RGB value is (111,3,37). Sum of RGB (Red+Green+Blue) = 111+3+37=151 (20% of max value = 765). Red value is 111 (43.75% from 255 or 73.51% from 151); Green value is 3 (1.56% from 255 or 1.99% from 151); Blue value is 37 (14.84% from 255 or 24.50% from 151); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0325 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F0325 is #90FCDA. Grayscale: #272727. Windows color (decimal): -9501915 or 2425711. OLE color: 2425711.

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

Color convert

RGB 111 3 37 -
CMYK 0 0.97 0.67 0.56
HSL 341.11º 0.95% 0.22% -
HSV(B) 341.11º 0.97% 0.44% -
XYZ 6.92 3.58 2.08 -
YUV 39.17 126.78 179.24 -
System Red Green Blue C M Y K H S L
Decimal 111 3 37 0 0.97 0.67 0.56 341.11 0.95 0.22
Hex 6F 3 25 0 61 43 38 155 5F 16
Octal 157 3 45 0 141 103 70 525 137 26
Binary 1101111 11 100101 0 1100001 1000011 111000 101010101 1011111 10110

Color Harmonies of #6F0325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F0325

Black with #6F0325

Text Example


Text Example

White with #6F0325

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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