Html Css Color HEX #69020A Burgundy

📋 copy color: '#69020A'

red 105 ◦ green 2 ◦ blue 10

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

Shades of Burgundy #69020A

Tints of Burgundy #69020A

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.71%

 BLUE value IS 10 (4.3% from 255) = 8.55%

R = 89.74%
G = 1.71%
B = 8.55%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.90

 K value IS 0.59

RGB Variations

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

Color information

#69020A (or 0x69020A) is known color: Burgundy. HEX triplet: 69, 02 and 0A. RGB value is (105,2,10). Sum of RGB (Red+Green+Blue) = 105+2+10=117 (15% of max value = 765). Red value is 105 (41.41% from 255 or 89.74% from 117); Green value is 2 (1.17% from 255 or 1.71% from 117); Blue value is 10 (4.30% from 255 or 8.55% from 117); Max value from RGB is 105 - color contains mainly: red. Hex color #69020A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #69020A is #96FDF5. Grayscale: #212121. Windows color (decimal): -9895414 or 655977. OLE color: 655977.

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

Color convert

RGB 105 2 10 -
CMYK 0 0.98 0.90 0.59
HSL 355.34º 0.96% 0.21% -
HSV(B) 355.34º 0.98% 0.41% -
XYZ 5.9 3.07 0.57 -
YUV 33.71 114.62 178.85 -
System Red Green Blue C M Y K H S L
Decimal 105 2 10 0 0.98 0.90 0.59 355.34 0.96 0.21
Hex 69 2 A 0 62 5A 3B 163 60 15
Octal 151 2 12 0 142 132 73 543 140 25
Binary 1101001 10 1010 0 1100010 1011010 111011 101100011 1100000 10101

Color Harmonies of #69020A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69020A

Black with #69020A

Text Example


Text Example

White with #69020A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,2,10); }

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

background-color css

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

 a { background-color: rgb(105,2,10); }

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

border-color css

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

 span { border-color: rgb(105,2,10); }

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