Html Css Color HEX #69031A Burgundy

📋 copy color: '#69031A'

red 105 ◦ green 3 ◦ blue 26

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

Shades of Burgundy #69031A

Tints of Burgundy #69031A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 19.4%

R = 78.36%
G = 2.24%
B = 19.4%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.75

 K value IS 0.59

RGB Variations

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

Color information

#69031A (or 0x69031A) is known color: Burgundy. HEX triplet: 69, 03 and 1A. RGB value is (105,3,26). Sum of RGB (Red+Green+Blue) = 105+3+26=134 (17% of max value = 765). Red value is 105 (41.41% from 255 or 78.36% from 134); Green value is 3 (1.56% from 255 or 2.24% from 134); Blue value is 26 (10.55% from 255 or 19.40% from 134); Max value from RGB is 105 - color contains mainly: red. Hex color #69031A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #69031A is #96FCE5. Grayscale: #242424. Windows color (decimal): -9895142 or 1704809. OLE color: 1704809.

HSL color Cylindrical-coordinate representation of color #69031A: hue angle of 346.47º 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 #69031A is Cyan = 0, Magento = 0.97, Yellow = 0.75 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 3 26 -
CMYK 0 0.97 0.75 0.59
HSL 346.47º 0.94% 0.21% -
HSV(B) 346.47º 0.97% 0.41% -
XYZ 6.04 3.14 1.27 -
YUV 36.12 122.29 177.13 -
System Red Green Blue C M Y K H S L
Decimal 105 3 26 0 0.97 0.75 0.59 346.47 0.94 0.21
Hex 69 3 1A 0 61 4B 3B 15A 5E 15
Octal 151 3 32 0 141 113 73 532 136 25
Binary 1101001 11 11010 0 1100001 1001011 111011 101011010 1011110 10101

Color Harmonies of #69031A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69031A

Black with #69031A

Text Example


Text Example

White with #69031A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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