Html Css Color HEX #69011B Burgundy

📋 copy color: '#69011B'

red 105 ◦ green 1 ◦ blue 27

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

Shades of Burgundy #69011B

Tints of Burgundy #69011B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 20.3%

R = 78.95%
G = 0.75%
B = 20.3%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.74

 K value IS 0.59

RGB Variations

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

Color information

#69011B (or 0x69011B) is known color: Burgundy. HEX triplet: 69, 01 and 1B. RGB value is (105,1,27). Sum of RGB (Red+Green+Blue) = 105+1+27=133 (17% of max value = 765). Red value is 105 (41.41% from 255 or 78.95% from 133); Green value is 1 (0.78% from 255 or 0.75% from 133); Blue value is 27 (10.94% from 255 or 20.30% from 133); Max value from RGB is 105 - color contains mainly: red. Hex color #69011B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #69011B is #96FEE4. Grayscale: #232323. Windows color (decimal): -9895653 or 1769833. OLE color: 1769833.

HSL color Cylindrical-coordinate representation of color #69011B: hue angle of 345º 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 #69011B is Cyan = 0, Magento = 0.99, Yellow = 0.74 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 1 27 -
CMYK 0 0.99 0.74 0.59
HSL 345º 0.98% 0.21% -
HSV(B) 345º 0.99% 0.41% -
XYZ 6.03 3.1 1.32 -
YUV 35.06 123.46 177.89 -
System Red Green Blue C M Y K H S L
Decimal 105 1 27 0 0.99 0.74 0.59 345 0.98 0.21
Hex 69 1 1B 0 63 4A 3B 159 62 15
Octal 151 1 33 0 143 112 73 531 142 25
Binary 1101001 1 11011 0 1100011 1001010 111011 101011001 1100010 10101

Color Harmonies of #69011B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69011B

Black with #69011B

Text Example


Text Example

White with #69011B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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