Html Css Color HEX #630117 Burgundy

📋 copy color: '#630117'

red 99 ◦ green 1 ◦ blue 23

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

Shades of Burgundy #630117

Tints of Burgundy #630117

RGB

 RED value IS 99 (39.06% from 255) = 80.49%

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

 BLUE value IS 23 (9.38% from 255) = 18.7%

R = 80.49%
G = 0.81%
B = 18.7%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.77

 K value IS 0.61

RGB Variations

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

Color information

#630117 (or 0x630117) is known color: Burgundy. HEX triplet: 63, 01 and 17. RGB value is (99,1,23). Sum of RGB (Red+Green+Blue) = 99+1+23=123 (16% of max value = 765). Red value is 99 (39.06% from 255 or 80.49% from 123); Green value is 1 (0.78% from 255 or 0.81% from 123); Blue value is 23 (9.38% from 255 or 18.70% from 123); Max value from RGB is 99 - color contains mainly: red. Hex color #630117 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #630117 is #9CFEE8. Grayscale: #202020. Windows color (decimal): -10288873 or 1507683. OLE color: 1507683.

HSL color Cylindrical-coordinate representation of color #630117: hue angle of 346.53º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #630117 is Cyan = 0, Magento = 0.99, Yellow = 0.77 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 1 23 -
CMYK 0 0.99 0.77 0.61
HSL 346.53º 0.98% 0.2% -
HSV(B) 346.53º 0.99% 0.39% -
XYZ 5.31 2.74 1.06 -
YUV 32.81 122.47 175.21 -
System Red Green Blue C M Y K H S L
Decimal 99 1 23 0 0.99 0.77 0.61 346.53 0.98 0.2
Hex 63 1 17 0 63 4D 3D 15B 62 14
Octal 143 1 27 0 143 115 75 533 142 24
Binary 1100011 1 10111 0 1100011 1001101 111101 101011011 1100010 10100

Color Harmonies of #630117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #630117

Black with #630117

Text Example


Text Example

White with #630117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #630117; }

 p { color: rgb(99,1,23); }

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

background-color css

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

 a { background-color: rgb(99,1,23); }

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

border-color css

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

 span { border-color: rgb(99,1,23); }

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