Html Css Color HEX #65030D Burgundy

📋 copy color: '#65030D'

red 101 ◦ green 3 ◦ blue 13

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

Shades of Burgundy #65030D

Tints of Burgundy #65030D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 11.11%

R = 86.32%
G = 2.56%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.87

 K value IS 0.60

RGB Variations

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

Color information

#65030D (or 0x65030D) is known color: Burgundy. HEX triplet: 65, 03 and 0D. RGB value is (101,3,13). Sum of RGB (Red+Green+Blue) = 101+3+13=117 (15% of max value = 765). Red value is 101 (39.84% from 255 or 86.32% from 117); Green value is 3 (1.56% from 255 or 2.56% from 117); Blue value is 13 (5.47% from 255 or 11.11% from 117); Max value from RGB is 101 - color contains mainly: red. Hex color #65030D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #65030D is #9AFCF2. Grayscale: #212121. Windows color (decimal): -10157299 or 852837. OLE color: 852837.

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

Color convert

RGB 101 3 13 -
CMYK 0 0.97 0.87 0.60
HSL 353.88º 0.94% 0.2% -
HSV(B) 353.88º 0.97% 0.4% -
XYZ 5.47 2.86 0.64 -
YUV 33.44 116.47 176.19 -
System Red Green Blue C M Y K H S L
Decimal 101 3 13 0 0.97 0.87 0.60 353.88 0.94 0.2
Hex 65 3 D 0 61 57 3C 162 5E 14
Octal 145 3 15 0 141 127 74 542 136 24
Binary 1100101 11 1101 0 1100001 1010111 111100 101100010 1011110 10100

Color Harmonies of #65030D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65030D

Black with #65030D

Text Example


Text Example

White with #65030D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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