Html Css Color HEX #65031D Burgundy

📋 copy color: '#65031D'

red 101 ◦ green 3 ◦ blue 29

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

Shades of Burgundy #65031D

Tints of Burgundy #65031D

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.26%

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

R = 75.94%
G = 2.26%
B = 21.8%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.71

 K value IS 0.60

RGB Variations

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

Color information

#65031D (or 0x65031D) is known color: Burgundy. HEX triplet: 65, 03 and 1D. RGB value is (101,3,29). Sum of RGB (Red+Green+Blue) = 101+3+29=133 (17% of max value = 765). Red value is 101 (39.84% from 255 or 75.94% from 133); Green value is 3 (1.56% from 255 or 2.26% from 133); Blue value is 29 (11.72% from 255 or 21.80% from 133); Max value from RGB is 101 - color contains mainly: red. Hex color #65031D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #65031D is #9AFCE2. Grayscale: #232323. Windows color (decimal): -10157283 or 1901413. OLE color: 1901413.

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

Color convert

RGB 101 3 29 -
CMYK 0 0.97 0.71 0.60
HSL 344.08º 0.94% 0.2% -
HSV(B) 344.08º 0.97% 0.4% -
XYZ 5.62 2.92 1.43 -
YUV 35.27 124.47 174.89 -
System Red Green Blue C M Y K H S L
Decimal 101 3 29 0 0.97 0.71 0.60 344.08 0.94 0.2
Hex 65 3 1D 0 61 47 3C 158 5E 14
Octal 145 3 35 0 141 107 74 530 136 24
Binary 1100101 11 11101 0 1100001 1000111 111100 101011000 1011110 10100

Color Harmonies of #65031D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65031D

Black with #65031D

Text Example


Text Example

White with #65031D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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