Html Css Color HEX #65031A Burgundy

📋 copy color: '#65031A'

red 101 ◦ green 3 ◦ blue 26

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

Shades of Burgundy #65031A

Tints of Burgundy #65031A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 20%

R = 77.69%
G = 2.31%
B = 20%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.74

 K value IS 0.60

RGB Variations

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

Color information

#65031A (or 0x65031A) is known color: Burgundy. HEX triplet: 65, 03 and 1A. RGB value is (101,3,26). Sum of RGB (Red+Green+Blue) = 101+3+26=130 (17% of max value = 765). Red value is 101 (39.84% from 255 or 77.69% from 130); Green value is 3 (1.56% from 255 or 2.31% from 130); Blue value is 26 (10.55% from 255 or 20% from 130); Max value from RGB is 101 - color contains mainly: red. Hex color #65031A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #65031A is #9AFCE5. Grayscale: #222222. Windows color (decimal): -10157286 or 1704805. OLE color: 1704805.

HSL color Cylindrical-coordinate representation of color #65031A: hue angle of 345.92º 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 #65031A is Cyan = 0, Magento = 0.97, Yellow = 0.74 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 3 26 -
CMYK 0 0.97 0.74 0.60
HSL 345.92º 0.94% 0.2% -
HSV(B) 345.92º 0.97% 0.4% -
XYZ 5.59 2.91 1.24 -
YUV 34.92 122.97 175.13 -
System Red Green Blue C M Y K H S L
Decimal 101 3 26 0 0.97 0.74 0.60 345.92 0.94 0.2
Hex 65 3 1A 0 61 4A 3C 15A 5E 14
Octal 145 3 32 0 141 112 74 532 136 24
Binary 1100101 11 11010 0 1100001 1001010 111100 101011010 1011110 10100

Color Harmonies of #65031A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65031A

Black with #65031A

Text Example


Text Example

White with #65031A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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