Html Css Color HEX #65041D Burgundy

📋 copy color: '#65041D'

red 101 ◦ green 4 ◦ blue 29

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

Shades of Burgundy #65041D

Tints of Burgundy #65041D

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.99%

 BLUE value IS 29 (11.72% from 255) = 21.64%

R = 75.37%
G = 2.99%
B = 21.64%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.71

 K value IS 0.60

RGB Variations

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

Color information

#65041D (or 0x65041D) is known color: Burgundy. HEX triplet: 65, 04 and 1D. RGB value is (101,4,29). Sum of RGB (Red+Green+Blue) = 101+4+29=134 (17% of max value = 765). Red value is 101 (39.84% from 255 or 75.37% from 134); Green value is 4 (1.95% from 255 or 2.99% from 134); Blue value is 29 (11.72% from 255 or 21.64% from 134); Max value from RGB is 101 - color contains mainly: red. Hex color #65041D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #65041D is #9AFBE2. Grayscale: #232323. Windows color (decimal): -10157027 or 1901669. OLE color: 1901669.

HSL color Cylindrical-coordinate representation of color #65041D: hue angle of 344.54º degrees, saturation: 0.92, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #65041D is Cyan = 0, Magento = 0.96, Yellow = 0.71 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 4 29 -
CMYK 0 0.96 0.71 0.60
HSL 344.54º 0.92% 0.21% -
HSV(B) 344.54º 0.96% 0.4% -
XYZ 5.63 2.94 1.43 -
YUV 35.85 124.14 174.47 -
System Red Green Blue C M Y K H S L
Decimal 101 4 29 0 0.96 0.71 0.60 344.54 0.92 0.21
Hex 65 4 1D 0 60 47 3C 159 5C 15
Octal 145 4 35 0 140 107 74 531 134 25
Binary 1100101 100 11101 0 1100000 1000111 111100 101011001 1011100 10101

Color Harmonies of #65041D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65041D

Black with #65041D

Text Example


Text Example

White with #65041D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #65041D; }

 p { color: rgb(101,4,29); }

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

background-color css

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

 a { background-color: rgb(101,4,29); }

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

border-color css

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

 span { border-color: rgb(101,4,29); }

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