Html Css Color HEX #69001A Burgundy

📋 copy color: '#69001A'

red 105 ◦ green 0 ◦ blue 26

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

Shades of Burgundy #69001A

Tints of Burgundy #69001A

RGB

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

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

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

R = 80.15%
G = 0%
B = 19.85%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.75

 K value IS 0.59

RGB Variations

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

Color information

#69001A (or 0x69001A) is known color: Burgundy. HEX triplet: 69, 00 and 1A. RGB value is (105,0,26). Sum of RGB (Red+Green+Blue) = 105+0+26=131 (17% of max value = 765). Red value is 105 (41.41% from 255 or 80.15% from 131); Green value is 0 (0.39% from 255 or 0% from 131); Blue value is 26 (10.55% from 255 or 19.85% from 131); Max value from RGB is 105 - color contains mainly: red. Hex color #69001A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #69001A is #96FFE5. Grayscale: #222222. Windows color (decimal): -9895910 or 1704041. OLE color: 1704041.

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

Color convert

RGB 105 0 26 -
CMYK 0 1 0.75 0.59
HSL 345.14º 1% 0.21% -
HSV(B) 345.14º 1% 0.41% -
XYZ 6.01 3.08 1.25 -
YUV 34.36 123.29 178.39 -
System Red Green Blue C M Y K H S L
Decimal 105 0 26 0 1 0.75 0.59 345.14 1 0.21
Hex 69 0 1A 0 64 4B 3B 159 64 15
Octal 151 0 32 0 144 113 73 531 144 25
Binary 1101001 0 11010 0 1100100 1001011 111011 101011001 1100100 10101

Color Harmonies of #69001A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69001A

Black with #69001A

Text Example


Text Example

White with #69001A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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