Html Css Color HEX #630108 Burgundy

📋 copy color: '#630108'

red 99 ◦ green 1 ◦ blue 8

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

Shades of Burgundy #630108

Tints of Burgundy #630108

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 7.41%

R = 91.67%
G = 0.93%
B = 7.41%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.92

 K value IS 0.61

RGB Variations

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

Color information

#630108 (or 0x630108) is known color: Burgundy. HEX triplet: 63, 01 and 08. RGB value is (99,1,8). Sum of RGB (Red+Green+Blue) = 99+1+8=108 (14% of max value = 765). Red value is 99 (39.06% from 255 or 91.67% from 108); Green value is 1 (0.78% from 255 or 0.93% from 108); Blue value is 8 (3.52% from 255 or 7.41% from 108); Max value from RGB is 99 - color contains mainly: red. Hex color #630108 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #630108 is #9CFEF7. Grayscale: #1F1F1F. Windows color (decimal): -10288888 or 524643. OLE color: 524643.

HSL color Cylindrical-coordinate representation of color #630108: hue angle of 355.71º 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 #630108 is Cyan = 0, Magento = 0.99, Yellow = 0.92 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 1 8 -
CMYK 0 0.99 0.92 0.61
HSL 355.71º 0.98% 0.2% -
HSV(B) 355.71º 0.99% 0.39% -
XYZ 5.2 2.69 0.48 -
YUV 31.1 114.97 176.43 -
System Red Green Blue C M Y K H S L
Decimal 99 1 8 0 0.99 0.92 0.61 355.71 0.98 0.2
Hex 63 1 8 0 63 5C 3D 164 62 14
Octal 143 1 10 0 143 134 75 544 142 24
Binary 1100011 1 1000 0 1100011 1011100 111101 101100100 1100010 10100

Color Harmonies of #630108

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #630108

Black with #630108

Text Example


Text Example

White with #630108

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #630108; }

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

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

background-color css

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

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

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

border-color css

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

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

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