Html Css Color HEX #650003 Burgundy

📋 copy color: '#650003'

red 101 ◦ green 0 ◦ blue 3

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

Shades of Burgundy #650003

Tints of Burgundy #650003

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 2.88%

R = 97.12%
G = 0%
B = 2.88%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.97

 K value IS 0.60

RGB Variations

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

Color information

#650003 (or 0x650003) is known color: Burgundy. HEX triplet: 65, 00 and 03. RGB value is (101,0,3). Sum of RGB (Red+Green+Blue) = 101+0+3=104 (13% of max value = 765). Red value is 101 (39.84% from 255 or 97.12% from 104); Green value is 0 (0.39% from 255 or 0% from 104); Blue value is 3 (1.56% from 255 or 2.88% from 104); Max value from RGB is 101 - color contains mainly: red. Hex color #650003 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #650003 is #9AFFFC. Grayscale: #1E1E1E. Windows color (decimal): -10158077 or 196709. OLE color: 196709.

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

Color convert

RGB 101 0 3 -
CMYK 0 1 0.97 0.60
HSL 358.22º 1% 0.2% -
HSV(B) 358.22º 1% 0.4% -
XYZ 5.38 2.77 0.34 -
YUV 30.54 112.46 178.26 -
System Red Green Blue C M Y K H S L
Decimal 101 0 3 0 1 0.97 0.60 358.22 1 0.2
Hex 65 0 3 0 64 61 3C 166 64 14
Octal 145 0 3 0 144 141 74 546 144 24
Binary 1100101 0 11 0 1100100 1100001 111100 101100110 1100100 10100

Color Harmonies of #650003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #650003

Black with #650003

Text Example


Text Example

White with #650003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #650003; }

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

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

background-color css

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

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

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

border-color css

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

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

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