Html Css Color HEX #69011E Burgundy

📋 copy color: '#69011E'

red 105 ◦ green 1 ◦ blue 30

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

Shades of Burgundy #69011E

Tints of Burgundy #69011E

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.74%

 BLUE value IS 30 (12.11% from 255) = 22.06%

R = 77.21%
G = 0.74%
B = 22.06%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.71

 K value IS 0.59

RGB Variations

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

Color information

#69011E (or 0x69011E) is known color: Burgundy. HEX triplet: 69, 01 and 1E. RGB value is (105,1,30). Sum of RGB (Red+Green+Blue) = 105+1+30=136 (18% of max value = 765). Red value is 105 (41.41% from 255 or 77.21% from 136); Green value is 1 (0.78% from 255 or 0.74% from 136); Blue value is 30 (12.11% from 255 or 22.06% from 136); Max value from RGB is 105 - color contains mainly: red. Hex color #69011E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #69011E is #96FEE1. Grayscale: #232323. Windows color (decimal): -9895650 or 1966441. OLE color: 1966441.

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

Color convert

RGB 105 1 30 -
CMYK 0 0.99 0.71 0.59
HSL 343.27º 0.98% 0.21% -
HSV(B) 343.27º 0.99% 0.41% -
XYZ 6.07 3.12 1.51 -
YUV 35.4 124.96 177.64 -
System Red Green Blue C M Y K H S L
Decimal 105 1 30 0 0.99 0.71 0.59 343.27 0.98 0.21
Hex 69 1 1E 0 63 47 3B 157 62 15
Octal 151 1 36 0 143 107 73 527 142 25
Binary 1101001 1 11110 0 1100011 1000111 111011 101010111 1100010 10101

Color Harmonies of #69011E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69011E

Black with #69011E

Text Example


Text Example

White with #69011E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #69011E; }

 p { color: rgb(105,1,30); }

 H1.HeaderClassName
 {
   color: #69011E;
 }
 .AnyTagClassName
 {
   color: #69011E;
 }
</style>

background-color css

<style>
 a { background-color: #69011E; }

 a { background-color: rgb(105,1,30); }

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

border-color css

<style>
 span { border-color: #69011E; }

 span { border-color: rgb(105,1,30); }

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