Html Css Color HEX #6A0228 Burgundy

📋 copy color: '#6A0228'

red 106 ◦ green 2 ◦ blue 40

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

Shades of Burgundy #6A0228

Tints of Burgundy #6A0228

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 27.03%

R = 71.62%
G = 1.35%
B = 27.03%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.62

 K value IS 0.58

RGB Variations

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

Color information

#6A0228 (or 0x6A0228) is known color: Burgundy. HEX triplet: 6A, 02 and 28. RGB value is (106,2,40). Sum of RGB (Red+Green+Blue) = 106+2+40=148 (19% of max value = 765). Red value is 106 (41.80% from 255 or 71.62% from 148); Green value is 2 (1.17% from 255 or 1.35% from 148); Blue value is 40 (16.02% from 255 or 27.03% from 148); Max value from RGB is 106 - color contains mainly: red. Hex color #6A0228 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6A0228 is #95FDD7. Grayscale: #252525. Windows color (decimal): -9829848 or 2622058. OLE color: 2622058.

HSL color Cylindrical-coordinate representation of color #6A0228: hue angle of 338.08º 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 #6A0228 is Cyan = 0, Magento = 0.98, Yellow = 0.62 and Black (K on CMYK) = 0.58.

Color convert

RGB 106 2 40 -
CMYK 0 0.98 0.62 0.58
HSL 338.08º 0.96% 0.21% -
HSV(B) 338.08º 0.98% 0.42% -
XYZ 6.35 3.26 2.3 -
YUV 37.43 129.46 176.91 -
System Red Green Blue C M Y K H S L
Decimal 106 2 40 0 0.98 0.62 0.58 338.08 0.96 0.21
Hex 6A 2 28 0 62 3E 3A 152 60 15
Octal 152 2 50 0 142 76 72 522 140 25
Binary 1101010 10 101000 0 1100010 111110 111010 101010010 1100000 10101

Color Harmonies of #6A0228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A0228

Black with #6A0228

Text Example


Text Example

White with #6A0228

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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