Html Css Color HEX #650223 Burgundy

📋 copy color: '#650223'

red 101 ◦ green 2 ◦ blue 35

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

Shades of Burgundy #650223

Tints of Burgundy #650223

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 25.36%

R = 73.19%
G = 1.45%
B = 25.36%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.65

 K value IS 0.60

RGB Variations

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

Color information

#650223 (or 0x650223) is known color: Burgundy. HEX triplet: 65, 02 and 23. RGB value is (101,2,35). Sum of RGB (Red+Green+Blue) = 101+2+35=138 (18% of max value = 765). Red value is 101 (39.84% from 255 or 73.19% from 138); Green value is 2 (1.17% from 255 or 1.45% from 138); Blue value is 35 (14.06% from 255 or 25.36% from 138); Max value from RGB is 101 - color contains mainly: red. Hex color #650223 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #650223 is #9AFDDC. Grayscale: #232323. Windows color (decimal): -10157533 or 2294373. OLE color: 2294373.

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

Color convert

RGB 101 2 35 -
CMYK 0 0.98 0.65 0.60
HSL 340º 0.96% 0.2% -
HSV(B) 340º 0.98% 0.4% -
XYZ 5.69 2.93 1.86 -
YUV 35.36 127.8 174.82 -
System Red Green Blue C M Y K H S L
Decimal 101 2 35 0 0.98 0.65 0.60 340 0.96 0.2
Hex 65 2 23 0 62 41 3C 154 60 14
Octal 145 2 43 0 142 101 74 524 140 24
Binary 1100101 10 100011 0 1100010 1000001 111100 101010100 1100000 10100

Color Harmonies of #650223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #650223

Black with #650223

Text Example


Text Example

White with #650223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #650223; }

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

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

background-color css

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

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

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

border-color css

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

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

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