Html Css Color HEX #68051A Burgundy

📋 copy color: '#68051A'

red 104 ◦ green 5 ◦ blue 26

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

Shades of Burgundy #68051A

Tints of Burgundy #68051A

RGB

 RED value IS 104 (41.02% from 255) = 77.04%

 GREEN value IS 5 (2.34% from 255) = 3.7%

 BLUE value IS 26 (10.55% from 255) = 19.26%

R = 77.04%
G = 3.7%
B = 19.26%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.75

 K value IS 0.59

RGB Variations

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

Color information

#68051A (or 0x68051A) is known color: Burgundy. HEX triplet: 68, 05 and 1A. RGB value is (104,5,26). Sum of RGB (Red+Green+Blue) = 104+5+26=135 (17% of max value = 765). Red value is 104 (41.02% from 255 or 77.04% from 135); Green value is 5 (2.34% from 255 or 3.70% from 135); Blue value is 26 (10.55% from 255 or 19.26% from 135); Max value from RGB is 104 - color contains mainly: red. Hex color #68051A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68051A is #97FAE5. Grayscale: #252525. Windows color (decimal): -9960166 or 1705320. OLE color: 1705320.

HSL color Cylindrical-coordinate representation of color #68051A: hue angle of 347.27º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #68051A is Cyan = 0, Magento = 0.95, Yellow = 0.75 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 5 26 -
CMYK 0 0.95 0.75 0.59
HSL 347.27º 0.91% 0.21% -
HSV(B) 347.27º 0.95% 0.41% -
XYZ 5.95 3.13 1.27 -
YUV 37 121.8 175.79 -
System Red Green Blue C M Y K H S L
Decimal 104 5 26 0 0.95 0.75 0.59 347.27 0.91 0.21
Hex 68 5 1A 0 5F 4B 3B 15B 5B 15
Octal 150 5 32 0 137 113 73 533 133 25
Binary 1101000 101 11010 0 1011111 1001011 111011 101011011 1011011 10101

Color Harmonies of #68051A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68051A

Black with #68051A

Text Example


Text Example

White with #68051A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68051A; }

 p { color: rgb(104,5,26); }

 H1.HeaderClassName
 {
   color: #68051A;
 }
 .AnyTagClassName
 {
   color: #68051A;
 }
</style>

background-color css

<style>
 a { background-color: #68051A; }

 a { background-color: rgb(104,5,26); }

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

border-color css

<style>
 span { border-color: #68051A; }

 span { border-color: rgb(104,5,26); }

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