Html Css Color HEX #69050C Burgundy

📋 copy color: '#69050C'

red 105 ◦ green 5 ◦ blue 12

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

Shades of Burgundy #69050C

Tints of Burgundy #69050C

RGB

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

 GREEN value IS 5 (2.34% from 255) = 4.1%

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

R = 86.07%
G = 4.1%
B = 9.84%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.89

 K value IS 0.59

RGB Variations

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

Color information

#69050C (or 0x69050C) is known color: Burgundy. HEX triplet: 69, 05 and 0C. RGB value is (105,5,12). Sum of RGB (Red+Green+Blue) = 105+5+12=122 (16% of max value = 765). Red value is 105 (41.41% from 255 or 86.07% from 122); Green value is 5 (2.34% from 255 or 4.10% from 122); Blue value is 12 (5.08% from 255 or 9.84% from 122); Max value from RGB is 105 - color contains mainly: red. Hex color #69050C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #69050C is #96FAF3. Grayscale: #232323. Windows color (decimal): -9894644 or 787817. OLE color: 787817.

HSL color Cylindrical-coordinate representation of color #69050C: hue angle of 355.8º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #69050C is Cyan = 0, Magento = 0.95, Yellow = 0.89 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 5 12 -
CMYK 0 0.95 0.89 0.59
HSL 355.8º 0.91% 0.22% -
HSV(B) 355.8º 0.95% 0.41% -
XYZ 5.95 3.14 0.64 -
YUV 35.7 114.63 177.43 -
System Red Green Blue C M Y K H S L
Decimal 105 5 12 0 0.95 0.89 0.59 355.8 0.91 0.22
Hex 69 5 C 0 5F 59 3B 164 5B 16
Octal 151 5 14 0 137 131 73 544 133 26
Binary 1101001 101 1100 0 1011111 1011001 111011 101100100 1011011 10110

Color Harmonies of #69050C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69050C

Black with #69050C

Text Example


Text Example

White with #69050C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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