Html Css Color HEX #68051D Burgundy

📋 copy color: '#68051D'

red 104 ◦ green 5 ◦ blue 29

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

Shades of Burgundy #68051D

Tints of Burgundy #68051D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 21.01%

R = 75.36%
G = 3.62%
B = 21.01%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.72

 K value IS 0.59

RGB Variations

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

Color information

#68051D (or 0x68051D) is known color: Burgundy. HEX triplet: 68, 05 and 1D. RGB value is (104,5,29). Sum of RGB (Red+Green+Blue) = 104+5+29=138 (18% of max value = 765). Red value is 104 (41.02% from 255 or 75.36% from 138); Green value is 5 (2.34% from 255 or 3.62% from 138); Blue value is 29 (11.72% from 255 or 21.01% from 138); Max value from RGB is 104 - color contains mainly: red. Hex color #68051D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68051D is #97FAE2. Grayscale: #252525. Windows color (decimal): -9960163 or 1901928. OLE color: 1901928.

HSL color Cylindrical-coordinate representation of color #68051D: hue angle of 345.45º 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 #68051D is Cyan = 0, Magento = 0.95, Yellow = 0.72 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 5 29 -
CMYK 0 0.95 0.72 0.59
HSL 345.45º 0.91% 0.21% -
HSV(B) 345.45º 0.95% 0.41% -
XYZ 5.98 3.14 1.45 -
YUV 37.34 123.3 175.55 -
System Red Green Blue C M Y K H S L
Decimal 104 5 29 0 0.95 0.72 0.59 345.45 0.91 0.21
Hex 68 5 1D 0 5F 48 3B 159 5B 15
Octal 150 5 35 0 137 110 73 531 133 25
Binary 1101000 101 11101 0 1011111 1001000 111011 101011001 1011011 10101

Color Harmonies of #68051D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68051D

Black with #68051D

Text Example


Text Example

White with #68051D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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