Html Css Color HEX #69020C Burgundy

📋 copy color: '#69020C'

red 105 ◦ green 2 ◦ blue 12

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

Shades of Burgundy #69020C

Tints of Burgundy #69020C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 10.08%

R = 88.24%
G = 1.68%
B = 10.08%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.89

 K value IS 0.59

RGB Variations

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

Color information

#69020C (or 0x69020C) is known color: Burgundy. HEX triplet: 69, 02 and 0C. RGB value is (105,2,12). Sum of RGB (Red+Green+Blue) = 105+2+12=119 (15% of max value = 765). Red value is 105 (41.41% from 255 or 88.24% from 119); Green value is 2 (1.17% from 255 or 1.68% from 119); Blue value is 12 (5.08% from 255 or 10.08% from 119); Max value from RGB is 105 - color contains mainly: red. Hex color #69020C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #69020C is #96FDF3. Grayscale: #222222. Windows color (decimal): -9895412 or 787049. OLE color: 787049.

HSL color Cylindrical-coordinate representation of color #69020C: hue angle of 354.17º 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 #69020C is Cyan = 0, Magento = 0.98, Yellow = 0.89 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 2 12 -
CMYK 0 0.98 0.89 0.59
HSL 354.17º 0.96% 0.21% -
HSV(B) 354.17º 0.98% 0.41% -
XYZ 5.91 3.07 0.63 -
YUV 33.94 115.62 178.69 -
System Red Green Blue C M Y K H S L
Decimal 105 2 12 0 0.98 0.89 0.59 354.17 0.96 0.21
Hex 69 2 C 0 62 59 3B 162 60 15
Octal 151 2 14 0 142 131 73 542 140 25
Binary 1101001 10 1100 0 1100010 1011001 111011 101100010 1100000 10101

Color Harmonies of #69020C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69020C

Black with #69020C

Text Example


Text Example

White with #69020C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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