Html Css Color HEX #65010A Burgundy

📋 copy color: '#65010A'

red 101 ◦ green 1 ◦ blue 10

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

Shades of Burgundy #65010A

Tints of Burgundy #65010A

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.89%

 BLUE value IS 10 (4.3% from 255) = 8.93%

R = 90.18%
G = 0.89%
B = 8.93%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.90

 K value IS 0.60

RGB Variations

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

Color information

#65010A (or 0x65010A) is known color: Burgundy. HEX triplet: 65, 01 and 0A. RGB value is (101,1,10). Sum of RGB (Red+Green+Blue) = 101+1+10=112 (14% of max value = 765). Red value is 101 (39.84% from 255 or 90.18% from 112); Green value is 1 (0.78% from 255 or 0.89% from 112); Blue value is 10 (4.30% from 255 or 8.93% from 112); Max value from RGB is 101 - color contains mainly: red. Hex color #65010A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #65010A is #9AFEF5. Grayscale: #1F1F1F. Windows color (decimal): -10157814 or 655717. OLE color: 655717.

HSL color Cylindrical-coordinate representation of color #65010A: hue angle of 354.6º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #65010A is Cyan = 0, Magento = 0.99, Yellow = 0.90 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 1 10 -
CMYK 0 0.99 0.90 0.60
HSL 354.6º 0.98% 0.2% -
HSV(B) 354.6º 0.99% 0.4% -
XYZ 5.43 2.81 0.54 -
YUV 31.93 115.63 177.27 -
System Red Green Blue C M Y K H S L
Decimal 101 1 10 0 0.99 0.90 0.60 354.6 0.98 0.2
Hex 65 1 A 0 63 5A 3C 163 62 14
Octal 145 1 12 0 143 132 74 543 142 24
Binary 1100101 1 1010 0 1100011 1011010 111100 101100011 1100010 10100

Color Harmonies of #65010A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65010A

Black with #65010A

Text Example


Text Example

White with #65010A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,1,10); }

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

background-color css

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

 a { background-color: rgb(101,1,10); }

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

border-color css

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

 span { border-color: rgb(101,1,10); }

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