Html Css Color HEX #65031E Burgundy

📋 copy color: '#65031E'

red 101 ◦ green 3 ◦ blue 30

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

Shades of Burgundy #65031E

Tints of Burgundy #65031E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 22.39%

R = 75.37%
G = 2.24%
B = 22.39%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.70

 K value IS 0.60

RGB Variations

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

Color information

#65031E (or 0x65031E) is known color: Burgundy. HEX triplet: 65, 03 and 1E. RGB value is (101,3,30). Sum of RGB (Red+Green+Blue) = 101+3+30=134 (17% of max value = 765). Red value is 101 (39.84% from 255 or 75.37% from 134); Green value is 3 (1.56% from 255 or 2.24% from 134); Blue value is 30 (12.11% from 255 or 22.39% from 134); Max value from RGB is 101 - color contains mainly: red. Hex color #65031E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #65031E is #9AFCE1. Grayscale: #232323. Windows color (decimal): -10157282 or 1966949. OLE color: 1966949.

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

Color convert

RGB 101 3 30 -
CMYK 0 0.97 0.70 0.60
HSL 343.47º 0.94% 0.2% -
HSV(B) 343.47º 0.97% 0.4% -
XYZ 5.63 2.93 1.5 -
YUV 35.38 124.97 174.8 -
System Red Green Blue C M Y K H S L
Decimal 101 3 30 0 0.97 0.70 0.60 343.47 0.94 0.2
Hex 65 3 1E 0 61 46 3C 157 5E 14
Octal 145 3 36 0 141 106 74 527 136 24
Binary 1100101 11 11110 0 1100001 1000110 111100 101010111 1011110 10100

Color Harmonies of #65031E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65031E

Black with #65031E

Text Example


Text Example

White with #65031E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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