Html Css Color HEX #65010F Burgundy

📋 copy color: '#65010F'

red 101 ◦ green 1 ◦ blue 15

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

Shades of Burgundy #65010F

Tints of Burgundy #65010F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 12.82%

R = 86.32%
G = 0.85%
B = 12.82%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.85

 K value IS 0.60

RGB Variations

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

Color information

#65010F (or 0x65010F) is known color: Burgundy. HEX triplet: 65, 01 and 0F. RGB value is (101,1,15). Sum of RGB (Red+Green+Blue) = 101+1+15=117 (15% of max value = 765). Red value is 101 (39.84% from 255 or 86.32% from 117); Green value is 1 (0.78% from 255 or 0.85% from 117); Blue value is 15 (6.25% from 255 or 12.82% from 117); Max value from RGB is 101 - color contains mainly: red. Hex color #65010F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #65010F is #9AFEF0. Grayscale: #202020. Windows color (decimal): -10157809 or 983397. OLE color: 983397.

HSL color Cylindrical-coordinate representation of color #65010F: hue angle of 351.6º 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 #65010F is Cyan = 0, Magento = 0.99, Yellow = 0.85 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 1 15 -
CMYK 0 0.99 0.85 0.60
HSL 351.6º 0.98% 0.2% -
HSV(B) 351.6º 0.99% 0.4% -
XYZ 5.46 2.82 0.71 -
YUV 32.5 118.13 176.86 -
System Red Green Blue C M Y K H S L
Decimal 101 1 15 0 0.99 0.85 0.60 351.6 0.98 0.2
Hex 65 1 F 0 63 55 3C 160 62 14
Octal 145 1 17 0 143 125 74 540 142 24
Binary 1100101 1 1111 0 1100011 1010101 111100 101100000 1100010 10100

Color Harmonies of #65010F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65010F

Black with #65010F

Text Example


Text Example

White with #65010F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #65010F; }

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

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

background-color css

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

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

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

border-color css

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

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

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