Html Css Color HEX #65031F Burgundy

📋 copy color: '#65031F'

red 101 ◦ green 3 ◦ blue 31

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

Shades of Burgundy #65031F

Tints of Burgundy #65031F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 22.96%

R = 74.81%
G = 2.22%
B = 22.96%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.69

 K value IS 0.60

RGB Variations

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

Color information

#65031F (or 0x65031F) is known color: Burgundy. HEX triplet: 65, 03 and 1F. RGB value is (101,3,31). Sum of RGB (Red+Green+Blue) = 101+3+31=135 (17% of max value = 765). Red value is 101 (39.84% from 255 or 74.81% from 135); Green value is 3 (1.56% from 255 or 2.22% from 135); Blue value is 31 (12.5% from 255 or 22.96% from 135); Max value from RGB is 101 - color contains mainly: red. Hex color #65031F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #65031F is #9AFCE0. Grayscale: #232323. Windows color (decimal): -10157281 or 2032485. OLE color: 2032485.

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

Color convert

RGB 101 3 31 -
CMYK 0 0.97 0.69 0.60
HSL 342.86º 0.94% 0.2% -
HSV(B) 342.86º 0.97% 0.4% -
XYZ 5.65 2.93 1.56 -
YUV 35.49 125.47 174.72 -
System Red Green Blue C M Y K H S L
Decimal 101 3 31 0 0.97 0.69 0.60 342.86 0.94 0.2
Hex 65 3 1F 0 61 45 3C 157 5E 14
Octal 145 3 37 0 141 105 74 527 136 24
Binary 1100101 11 11111 0 1100001 1000101 111100 101010111 1011110 10100

Color Harmonies of #65031F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65031F

Black with #65031F

Text Example


Text Example

White with #65031F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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