Html Css Color HEX #600019 Burgundy

📋 copy color: '#600019'

red 96 ◦ green 0 ◦ blue 25

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

Shades of Burgundy #600019

Tints of Burgundy #600019

RGB

 RED value IS 96 (37.89% from 255) = 79.34%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 25 (10.16% from 255) = 20.66%

R = 79.34%
G = 0%
B = 20.66%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.74

 K value IS 0.62

RGB Variations

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

Color information

#600019 (or 0x600019) is known color: Burgundy. HEX triplet: 60, 00 and 19. RGB value is (96,0,25). Sum of RGB (Red+Green+Blue) = 96+0+25=121 (16% of max value = 765). Red value is 96 (37.89% from 255 or 79.34% from 121); Green value is 0 (0.39% from 255 or 0% from 121); Blue value is 25 (10.16% from 255 or 20.66% from 121); Max value from RGB is 96 - color contains mainly: red. Hex color #600019 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #600019 is #9FFFE6. Grayscale: #1F1F1F. Windows color (decimal): -10485735 or 1638496. OLE color: 1638496.

HSL color Cylindrical-coordinate representation of color #600019: hue angle of 344.38º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #600019 is Cyan = 0, Magento = 1, Yellow = 0.74 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 0 25 -
CMYK 0 1 0.74 0.62
HSL 344.38º 1% 0.19% -
HSV(B) 344.38º 1% 0.38% -
XYZ 5 2.56 1.15 -
YUV 31.55 124.3 173.97 -
System Red Green Blue C M Y K H S L
Decimal 96 0 25 0 1 0.74 0.62 344.38 1 0.19
Hex 60 0 19 0 64 4A 3E 158 64 13
Octal 140 0 31 0 144 112 76 530 144 23
Binary 1100000 0 11001 0 1100100 1001010 111110 101011000 1100100 10011

Color Harmonies of #600019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600019

Black with #600019

Text Example


Text Example

White with #600019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600019; }

 p { color: rgb(96,0,25); }

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

background-color css

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

 a { background-color: rgb(96,0,25); }

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

border-color css

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

 span { border-color: rgb(96,0,25); }

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