Html Css Color HEX #69001D Burgundy

📋 copy color: '#69001D'

red 105 ◦ green 0 ◦ blue 29

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

Shades of Burgundy #69001D

Tints of Burgundy #69001D

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 78.36%
G = 0%
B = 21.64%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.72

 K value IS 0.59

RGB Variations

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

Color information

#69001D (or 0x69001D) is known color: Burgundy. HEX triplet: 69, 00 and 1D. RGB value is (105,0,29). Sum of RGB (Red+Green+Blue) = 105+0+29=134 (17% of max value = 765). Red value is 105 (41.41% from 255 or 78.36% from 134); Green value is 0 (0.39% from 255 or 0% from 134); Blue value is 29 (11.72% from 255 or 21.64% from 134); Max value from RGB is 105 - color contains mainly: red. Hex color #69001D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #69001D is #96FFE2. Grayscale: #222222. Windows color (decimal): -9895907 or 1900649. OLE color: 1900649.

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

Color convert

RGB 105 0 29 -
CMYK 0 1 0.72 0.59
HSL 343.43º 1% 0.21% -
HSV(B) 343.43º 1% 0.41% -
XYZ 6.05 3.09 1.44 -
YUV 34.7 124.79 178.14 -
System Red Green Blue C M Y K H S L
Decimal 105 0 29 0 1 0.72 0.59 343.43 1 0.21
Hex 69 0 1D 0 64 48 3B 157 64 15
Octal 151 0 35 0 144 110 73 527 144 25
Binary 1101001 0 11101 0 1100100 1001000 111011 101010111 1100100 10101

Color Harmonies of #69001D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69001D

Black with #69001D

Text Example


Text Example

White with #69001D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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