Html Css Color HEX #69061D Burgundy

📋 copy color: '#69061D'

red 105 ◦ green 6 ◦ blue 29

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

Shades of Burgundy #69061D

Tints of Burgundy #69061D

RGB

 RED value IS 105 (41.41% from 255) = 75%

 GREEN value IS 6 (2.73% from 255) = 4.29%

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

R = 75%
G = 4.29%
B = 20.71%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.72

 K value IS 0.59

RGB Variations

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

Color information

#69061D (or 0x69061D) is known color: Burgundy. HEX triplet: 69, 06 and 1D. RGB value is (105,6,29). Sum of RGB (Red+Green+Blue) = 105+6+29=140 (18% of max value = 765). Red value is 105 (41.41% from 255 or 75% from 140); Green value is 6 (2.73% from 255 or 4.29% from 140); Blue value is 29 (11.72% from 255 or 20.71% from 140); Max value from RGB is 105 - color contains mainly: red. Hex color #69061D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #69061D is #96F9E2. Grayscale: #262626. Windows color (decimal): -9894371 or 1902185. OLE color: 1902185.

HSL color Cylindrical-coordinate representation of color #69061D: hue angle of 346.06º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #69061D is Cyan = 0, Magento = 0.94, Yellow = 0.72 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 6 29 -
CMYK 0 0.94 0.72 0.59
HSL 346.06º 0.89% 0.22% -
HSV(B) 346.06º 0.94% 0.41% -
XYZ 6.11 3.22 1.46 -
YUV 38.22 122.8 175.63 -
System Red Green Blue C M Y K H S L
Decimal 105 6 29 0 0.94 0.72 0.59 346.06 0.89 0.22
Hex 69 6 1D 0 5E 48 3B 15A 59 16
Octal 151 6 35 0 136 110 73 532 131 26
Binary 1101001 110 11101 0 1011110 1001000 111011 101011010 1011001 10110

Color Harmonies of #69061D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69061D

Black with #69061D

Text Example


Text Example

White with #69061D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,6,29); }

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

background-color css

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

 a { background-color: rgb(105,6,29); }

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

border-color css

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

 span { border-color: rgb(105,6,29); }

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