Html Css Color HEX #6A0223 Burgundy

📋 copy color: '#6A0223'

red 106 ◦ green 2 ◦ blue 35

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

Shades of Burgundy #6A0223

Tints of Burgundy #6A0223

RGB

 RED value IS 106 (41.8% from 255) = 74.13%

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

 BLUE value IS 35 (14.06% from 255) = 24.48%

R = 74.13%
G = 1.4%
B = 24.48%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.67

 K value IS 0.58

RGB Variations

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

Color information

#6A0223 (or 0x6A0223) is known color: Burgundy. HEX triplet: 6A, 02 and 23. RGB value is (106,2,35). Sum of RGB (Red+Green+Blue) = 106+2+35=143 (18% of max value = 765). Red value is 106 (41.80% from 255 or 74.13% from 143); Green value is 2 (1.17% from 255 or 1.40% from 143); Blue value is 35 (14.06% from 255 or 24.48% from 143); Max value from RGB is 106 - color contains mainly: red. Hex color #6A0223 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6A0223 is #95FDDC. Grayscale: #242424. Windows color (decimal): -9829853 or 2294378. OLE color: 2294378.

HSL color Cylindrical-coordinate representation of color #6A0223: hue angle of 340.96º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6A0223 is Cyan = 0, Magento = 0.98, Yellow = 0.67 and Black (K on CMYK) = 0.58.

Color convert

RGB 106 2 35 -
CMYK 0 0.98 0.67 0.58
HSL 340.96º 0.96% 0.21% -
HSV(B) 340.96º 0.98% 0.42% -
XYZ 6.27 3.23 1.88 -
YUV 36.86 126.96 177.32 -
System Red Green Blue C M Y K H S L
Decimal 106 2 35 0 0.98 0.67 0.58 340.96 0.96 0.21
Hex 6A 2 23 0 62 43 3A 155 60 15
Octal 152 2 43 0 142 103 72 525 140 25
Binary 1101010 10 100011 0 1100010 1000011 111010 101010101 1100000 10101

Color Harmonies of #6A0223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A0223

Black with #6A0223

Text Example


Text Example

White with #6A0223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6A0223; }

 p { color: rgb(106,2,35); }

 H1.HeaderClassName
 {
   color: #6A0223;
 }
 .AnyTagClassName
 {
   color: #6A0223;
 }
</style>

background-color css

<style>
 a { background-color: #6A0223; }

 a { background-color: rgb(106,2,35); }

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

border-color css

<style>
 span { border-color: #6A0223; }

 span { border-color: rgb(106,2,35); }

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