Html Css Color HEX #630107 Burgundy

📋 copy color: '#630107'

red 99 ◦ green 1 ◦ blue 7

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

Shades of Burgundy #630107

Tints of Burgundy #630107

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 6.54%

R = 92.52%
G = 0.93%
B = 6.54%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.93

 K value IS 0.61

RGB Variations

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

Color information

#630107 (or 0x630107) is known color: Burgundy. HEX triplet: 63, 01 and 07. RGB value is (99,1,7). Sum of RGB (Red+Green+Blue) = 99+1+7=107 (14% of max value = 765). Red value is 99 (39.06% from 255 or 92.52% from 107); Green value is 1 (0.78% from 255 or 0.93% from 107); Blue value is 7 (3.12% from 255 or 6.54% from 107); Max value from RGB is 99 - color contains mainly: red. Hex color #630107 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #630107 is #9CFEF8. Grayscale: #1F1F1F. Windows color (decimal): -10288889 or 459107. OLE color: 459107.

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

Color convert

RGB 99 1 7 -
CMYK 0 0.99 0.93 0.61
HSL 356.33º 0.98% 0.2% -
HSV(B) 356.33º 0.99% 0.39% -
XYZ 5.19 2.69 0.45 -
YUV 30.99 114.47 176.51 -
System Red Green Blue C M Y K H S L
Decimal 99 1 7 0 0.99 0.93 0.61 356.33 0.98 0.2
Hex 63 1 7 0 63 5D 3D 164 62 14
Octal 143 1 7 0 143 135 75 544 142 24
Binary 1100011 1 111 0 1100011 1011101 111101 101100100 1100010 10100

Color Harmonies of #630107

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #630107

Black with #630107

Text Example


Text Example

White with #630107

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #630107; }

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

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

background-color css

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

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

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

border-color css

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

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

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