Html Css Color HEX #65011C Burgundy

📋 copy color: '#65011C'

red 101 ◦ green 1 ◦ blue 28

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

Shades of Burgundy #65011C

Tints of Burgundy #65011C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 21.54%

R = 77.69%
G = 0.77%
B = 21.54%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.72

 K value IS 0.60

RGB Variations

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

Color information

#65011C (or 0x65011C) is known color: Burgundy. HEX triplet: 65, 01 and 1C. RGB value is (101,1,28). Sum of RGB (Red+Green+Blue) = 101+1+28=130 (17% of max value = 765). Red value is 101 (39.84% from 255 or 77.69% from 130); Green value is 1 (0.78% from 255 or 0.77% from 130); Blue value is 28 (11.33% from 255 or 21.54% from 130); Max value from RGB is 101 - color contains mainly: red. Hex color #65011C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #65011C is #9AFEE3. Grayscale: #212121. Windows color (decimal): -10157796 or 1835365. OLE color: 1835365.

HSL color Cylindrical-coordinate representation of color #65011C: hue angle of 343.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 #65011C is Cyan = 0, Magento = 0.99, Yellow = 0.72 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 1 28 -
CMYK 0 0.99 0.72 0.60
HSL 343.8º 0.98% 0.2% -
HSV(B) 343.8º 0.99% 0.4% -
XYZ 5.59 2.87 1.36 -
YUV 33.98 124.63 175.8 -
System Red Green Blue C M Y K H S L
Decimal 101 1 28 0 0.99 0.72 0.60 343.8 0.98 0.2
Hex 65 1 1C 0 63 48 3C 158 62 14
Octal 145 1 34 0 143 110 74 530 142 24
Binary 1100101 1 11100 0 1100011 1001000 111100 101011000 1100010 10100

Color Harmonies of #65011C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65011C

Black with #65011C

Text Example


Text Example

White with #65011C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #65011C; }

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

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

background-color css

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

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

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

border-color css

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

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

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