Html Css Color HEX #65041C Burgundy

📋 copy color: '#65041C'

red 101 ◦ green 4 ◦ blue 28

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

Shades of Burgundy #65041C

Tints of Burgundy #65041C

RGB

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

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

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

R = 75.94%
G = 3.01%
B = 21.05%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.72

 K value IS 0.60

RGB Variations

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

Color information

#65041C (or 0x65041C) is known color: Burgundy. HEX triplet: 65, 04 and 1C. RGB value is (101,4,28). Sum of RGB (Red+Green+Blue) = 101+4+28=133 (17% of max value = 765). Red value is 101 (39.84% from 255 or 75.94% from 133); Green value is 4 (1.95% from 255 or 3.01% from 133); Blue value is 28 (11.33% from 255 or 21.05% from 133); Max value from RGB is 101 - color contains mainly: red. Hex color #65041C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #65041C is #9AFBE3. Grayscale: #232323. Windows color (decimal): -10157028 or 1836133. OLE color: 1836133.

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

Color convert

RGB 101 4 28 -
CMYK 0 0.96 0.72 0.60
HSL 345.15º 0.92% 0.21% -
HSV(B) 345.15º 0.96% 0.4% -
XYZ 5.62 2.94 1.37 -
YUV 35.74 123.64 174.55 -
System Red Green Blue C M Y K H S L
Decimal 101 4 28 0 0.96 0.72 0.60 345.15 0.92 0.21
Hex 65 4 1C 0 60 48 3C 159 5C 15
Octal 145 4 34 0 140 110 74 531 134 25
Binary 1100101 100 11100 0 1100000 1001000 111100 101011001 1011100 10101

Color Harmonies of #65041C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65041C

Black with #65041C

Text Example


Text Example

White with #65041C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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