Html Css Color HEX #69031D Burgundy

📋 copy color: '#69031D'

red 105 ◦ green 3 ◦ blue 29

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

Shades of Burgundy #69031D

Tints of Burgundy #69031D

RGB

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

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

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

R = 76.64%
G = 2.19%
B = 21.17%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.72

 K value IS 0.59

RGB Variations

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

Color information

#69031D (or 0x69031D) is known color: Burgundy. HEX triplet: 69, 03 and 1D. RGB value is (105,3,29). Sum of RGB (Red+Green+Blue) = 105+3+29=137 (18% of max value = 765). Red value is 105 (41.41% from 255 or 76.64% from 137); Green value is 3 (1.56% from 255 or 2.19% from 137); Blue value is 29 (11.72% from 255 or 21.17% from 137); Max value from RGB is 105 - color contains mainly: red. Hex color #69031D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #69031D is #96FCE2. Grayscale: #242424. Windows color (decimal): -9895139 or 1901417. OLE color: 1901417.

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

Color convert

RGB 105 3 29 -
CMYK 0 0.97 0.72 0.59
HSL 344.71º 0.94% 0.21% -
HSV(B) 344.71º 0.97% 0.41% -
XYZ 6.08 3.16 1.45 -
YUV 36.46 123.79 176.89 -
System Red Green Blue C M Y K H S L
Decimal 105 3 29 0 0.97 0.72 0.59 344.71 0.94 0.21
Hex 69 3 1D 0 61 48 3B 159 5E 15
Octal 151 3 35 0 141 110 73 531 136 25
Binary 1101001 11 11101 0 1100001 1001000 111011 101011001 1011110 10101

Color Harmonies of #69031D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69031D

Black with #69031D

Text Example


Text Example

White with #69031D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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