Html Css Color HEX #650205 Burgundy

📋 copy color: '#650205'

red 101 ◦ green 2 ◦ blue 5

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

Shades of Burgundy #650205

Tints of Burgundy #650205

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.85%

 BLUE value IS 5 (2.34% from 255) = 4.63%

R = 93.52%
G = 1.85%
B = 4.63%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.95

 K value IS 0.60

RGB Variations

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

Color information

#650205 (or 0x650205) is known color: Burgundy. HEX triplet: 65, 02 and 05. RGB value is (101,2,5). Sum of RGB (Red+Green+Blue) = 101+2+5=108 (14% of max value = 765). Red value is 101 (39.84% from 255 or 93.52% from 108); Green value is 2 (1.17% from 255 or 1.85% from 108); Blue value is 5 (2.34% from 255 or 4.63% from 108); Max value from RGB is 101 - color contains mainly: red. Hex color #650205 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #650205 is #9AFDFA. Grayscale: #202020. Windows color (decimal): -10157563 or 328293. OLE color: 328293.

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

Color convert

RGB 101 2 5 -
CMYK 0 0.98 0.95 0.60
HSL 358.18º 0.96% 0.2% -
HSV(B) 358.18º 0.98% 0.4% -
XYZ 5.42 2.82 0.4 -
YUV 31.94 112.8 177.26 -
System Red Green Blue C M Y K H S L
Decimal 101 2 5 0 0.98 0.95 0.60 358.18 0.96 0.2
Hex 65 2 5 0 62 5F 3C 166 60 14
Octal 145 2 5 0 142 137 74 546 140 24
Binary 1100101 10 101 0 1100010 1011111 111100 101100110 1100000 10100

Color Harmonies of #650205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #650205

Black with #650205

Text Example


Text Example

White with #650205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #650205; }

 p { color: rgb(101,2,5); }

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

background-color css

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

 a { background-color: rgb(101,2,5); }

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

border-color css

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

 span { border-color: rgb(101,2,5); }

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