Html Css Color HEX #69040F Burgundy

📋 copy color: '#69040F'

red 105 ◦ green 4 ◦ blue 15

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

Shades of Burgundy #69040F

Tints of Burgundy #69040F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 12.1%

R = 84.68%
G = 3.23%
B = 12.1%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.86

 K value IS 0.59

RGB Variations

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

Color information

#69040F (or 0x69040F) is known color: Burgundy. HEX triplet: 69, 04 and 0F. RGB value is (105,4,15). Sum of RGB (Red+Green+Blue) = 105+4+15=124 (16% of max value = 765). Red value is 105 (41.41% from 255 or 84.68% from 124); Green value is 4 (1.95% from 255 or 3.23% from 124); Blue value is 15 (6.25% from 255 or 12.10% from 124); Max value from RGB is 105 - color contains mainly: red. Hex color #69040F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #69040F is #96FBF0. Grayscale: #232323. Windows color (decimal): -9894897 or 984169. OLE color: 984169.

HSL color Cylindrical-coordinate representation of color #69040F: hue angle of 353.47º 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 #69040F is Cyan = 0, Magento = 0.96, Yellow = 0.86 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 4 15 -
CMYK 0 0.96 0.86 0.59
HSL 353.47º 0.93% 0.21% -
HSV(B) 353.47º 0.96% 0.41% -
XYZ 5.96 3.12 0.74 -
YUV 35.45 116.46 177.61 -
System Red Green Blue C M Y K H S L
Decimal 105 4 15 0 0.96 0.86 0.59 353.47 0.93 0.21
Hex 69 4 F 0 60 56 3B 161 5D 15
Octal 151 4 17 0 140 126 73 541 135 25
Binary 1101001 100 1111 0 1100000 1010110 111011 101100001 1011101 10101

Color Harmonies of #69040F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69040F

Black with #69040F

Text Example


Text Example

White with #69040F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #69040F; }

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

 H1.HeaderClassName
 {
   color: #69040F;
 }
 .AnyTagClassName
 {
   color: #69040F;
 }
</style>

background-color css

<style>
 a { background-color: #69040F; }

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

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

border-color css

<style>
 span { border-color: #69040F; }

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

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