Html Css Color HEX #65001C Burgundy

📋 copy color: '#65001C'

red 101 ◦ green 0 ◦ blue 28

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

Shades of Burgundy #65001C

Tints of Burgundy #65001C

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 78.29%
G = 0%
B = 21.71%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.72

 K value IS 0.60

RGB Variations

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

Color information

#65001C (or 0x65001C) is known color: Burgundy. HEX triplet: 65, 00 and 1C. RGB value is (101,0,28). Sum of RGB (Red+Green+Blue) = 101+0+28=129 (17% of max value = 765). Red value is 101 (39.84% from 255 or 78.29% from 129); Green value is 0 (0.39% from 255 or 0% from 129); Blue value is 28 (11.33% from 255 or 21.71% from 129); Max value from RGB is 101 - color contains mainly: red. Hex color #65001C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #65001C is #9AFFE3. Grayscale: #212121. Windows color (decimal): -10158052 or 1835109. OLE color: 1835109.

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

Color convert

RGB 101 0 28 -
CMYK 0 1 0.72 0.60
HSL 343.37º 1% 0.2% -
HSV(B) 343.37º 1% 0.4% -
XYZ 5.58 2.85 1.35 -
YUV 33.39 124.96 176.22 -
System Red Green Blue C M Y K H S L
Decimal 101 0 28 0 1 0.72 0.60 343.37 1 0.2
Hex 65 0 1C 0 64 48 3C 157 64 14
Octal 145 0 34 0 144 110 74 527 144 24
Binary 1100101 0 11100 0 1100100 1001000 111100 101010111 1100100 10100

Color Harmonies of #65001C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65001C

Black with #65001C

Text Example


Text Example

White with #65001C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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