Html Css Color HEX #69041C Burgundy

📋 copy color: '#69041C'

red 105 ◦ green 4 ◦ blue 28

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

Shades of Burgundy #69041C

Tints of Burgundy #69041C

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.92%

 BLUE value IS 28 (11.33% from 255) = 20.44%

R = 76.64%
G = 2.92%
B = 20.44%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.73

 K value IS 0.59

RGB Variations

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

Color information

#69041C (or 0x69041C) is known color: Burgundy. HEX triplet: 69, 04 and 1C. RGB value is (105,4,28). Sum of RGB (Red+Green+Blue) = 105+4+28=137 (18% of max value = 765). Red value is 105 (41.41% from 255 or 76.64% from 137); Green value is 4 (1.95% from 255 or 2.92% from 137); Blue value is 28 (11.33% from 255 or 20.44% from 137); Max value from RGB is 105 - color contains mainly: red. Hex color #69041C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #69041C is #96FBE3. Grayscale: #242424. Windows color (decimal): -9894884 or 1836137. OLE color: 1836137.

HSL color Cylindrical-coordinate representation of color #69041C: hue angle of 345.74º degrees, saturation: 0.93, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #69041C is Cyan = 0, Magento = 0.96, Yellow = 0.73 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 4 28 -
CMYK 0 0.96 0.73 0.59
HSL 345.74º 0.93% 0.21% -
HSV(B) 345.74º 0.96% 0.41% -
XYZ 6.08 3.17 1.39 -
YUV 36.94 122.96 176.55 -
System Red Green Blue C M Y K H S L
Decimal 105 4 28 0 0.96 0.73 0.59 345.74 0.93 0.21
Hex 69 4 1C 0 60 49 3B 15A 5D 15
Octal 151 4 34 0 140 111 73 532 135 25
Binary 1101001 100 11100 0 1100000 1001001 111011 101011010 1011101 10101

Color Harmonies of #69041C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69041C

Black with #69041C

Text Example


Text Example

White with #69041C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #69041C; }

 p { color: rgb(105,4,28); }

 H1.HeaderClassName
 {
   color: #69041C;
 }
 .AnyTagClassName
 {
   color: #69041C;
 }
</style>

background-color css

<style>
 a { background-color: #69041C; }

 a { background-color: rgb(105,4,28); }

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

border-color css

<style>
 span { border-color: #69041C; }

 span { border-color: rgb(105,4,28); }

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