Html Css Color HEX #68051B Burgundy

📋 copy color: '#68051B'

red 104 ◦ green 5 ◦ blue 27

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

Shades of Burgundy #68051B

Tints of Burgundy #68051B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 19.85%

R = 76.47%
G = 3.68%
B = 19.85%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.74

 K value IS 0.59

RGB Variations

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

Color information

#68051B (or 0x68051B) is known color: Burgundy. HEX triplet: 68, 05 and 1B. RGB value is (104,5,27). Sum of RGB (Red+Green+Blue) = 104+5+27=136 (18% of max value = 765). Red value is 104 (41.02% from 255 or 76.47% from 136); Green value is 5 (2.34% from 255 or 3.68% from 136); Blue value is 27 (10.94% from 255 or 19.85% from 136); Max value from RGB is 104 - color contains mainly: red. Hex color #68051B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68051B is #97FAE4. Grayscale: #252525. Windows color (decimal): -9960165 or 1770856. OLE color: 1770856.

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

Color convert

RGB 104 5 27 -
CMYK 0 0.95 0.74 0.59
HSL 346.67º 0.91% 0.21% -
HSV(B) 346.67º 0.95% 0.41% -
XYZ 5.96 3.13 1.33 -
YUV 37.11 122.3 175.71 -
System Red Green Blue C M Y K H S L
Decimal 104 5 27 0 0.95 0.74 0.59 346.67 0.91 0.21
Hex 68 5 1B 0 5F 4A 3B 15B 5B 15
Octal 150 5 33 0 137 112 73 533 133 25
Binary 1101000 101 11011 0 1011111 1001010 111011 101011011 1011011 10101

Color Harmonies of #68051B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68051B

Black with #68051B

Text Example


Text Example

White with #68051B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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