Html Css Color HEX #650108 Burgundy

📋 copy color: '#650108'

red 101 ◦ green 1 ◦ blue 8

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

Shades of Burgundy #650108

Tints of Burgundy #650108

RGB

 RED value IS 101 (39.84% from 255) = 91.82%

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

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

R = 91.82%
G = 0.91%
B = 7.27%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.92

 K value IS 0.60

RGB Variations

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

Color information

#650108 (or 0x650108) is known color: Burgundy. HEX triplet: 65, 01 and 08. RGB value is (101,1,8). Sum of RGB (Red+Green+Blue) = 101+1+8=110 (14% of max value = 765). Red value is 101 (39.84% from 255 or 91.82% from 110); Green value is 1 (0.78% from 255 or 0.91% from 110); Blue value is 8 (3.52% from 255 or 7.27% from 110); Max value from RGB is 101 - color contains mainly: red. Hex color #650108 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #650108 is #9AFEF7. Grayscale: #1F1F1F. Windows color (decimal): -10157816 or 524645. OLE color: 524645.

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

Color convert

RGB 101 1 8 -
CMYK 0 0.99 0.92 0.60
HSL 355.8º 0.98% 0.2% -
HSV(B) 355.8º 0.99% 0.4% -
XYZ 5.42 2.81 0.49 -
YUV 31.7 114.63 177.43 -
System Red Green Blue C M Y K H S L
Decimal 101 1 8 0 0.99 0.92 0.60 355.8 0.98 0.2
Hex 65 1 8 0 63 5C 3C 164 62 14
Octal 145 1 10 0 143 134 74 544 142 24
Binary 1100101 1 1000 0 1100011 1011100 111100 101100100 1100010 10100

Color Harmonies of #650108

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #650108

Black with #650108

Text Example


Text Example

White with #650108

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #650108; }

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

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

background-color css

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

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

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

border-color css

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

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

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