Html Css Color HEX #65000A Burgundy

📋 copy color: '#65000A'

red 101 ◦ green 0 ◦ blue 10

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

Shades of Burgundy #65000A

Tints of Burgundy #65000A

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 90.99%
G = 0%
B = 9.01%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.90

 K value IS 0.60

RGB Variations

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

Color information

#65000A (or 0x65000A) is known color: Burgundy. HEX triplet: 65, 00 and 0A. RGB value is (101,0,10). Sum of RGB (Red+Green+Blue) = 101+0+10=111 (14% of max value = 765). Red value is 101 (39.84% from 255 or 90.99% from 111); Green value is 0 (0.39% from 255 or 0% from 111); Blue value is 10 (4.30% from 255 or 9.01% from 111); Max value from RGB is 101 - color contains mainly: red. Hex color #65000A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #65000A is #9AFFF5. Grayscale: #1F1F1F. Windows color (decimal): -10158070 or 655461. OLE color: 655461.

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

Color convert

RGB 101 0 10 -
CMYK 0 1 0.90 0.60
HSL 354.06º 1% 0.2% -
HSV(B) 354.06º 1% 0.4% -
XYZ 5.42 2.79 0.54 -
YUV 31.34 115.96 177.69 -
System Red Green Blue C M Y K H S L
Decimal 101 0 10 0 1 0.90 0.60 354.06 1 0.2
Hex 65 0 A 0 64 5A 3C 162 64 14
Octal 145 0 12 0 144 132 74 542 144 24
Binary 1100101 0 1010 0 1100100 1011010 111100 101100010 1100100 10100

Color Harmonies of #65000A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65000A

Black with #65000A

Text Example


Text Example

White with #65000A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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