Html Css Color HEX #610022 Burgundy

📋 copy color: '#610022'

red 97 ◦ green 0 ◦ blue 34

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

Shades of Burgundy #610022

Tints of Burgundy #610022

RGB

 RED value IS 97 (38.28% from 255) = 74.05%

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

 BLUE value IS 34 (13.67% from 255) = 25.95%

R = 74.05%
G = 0%
B = 25.95%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.65

 K value IS 0.62

RGB Variations

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

Color information

#610022 (or 0x610022) is known color: Burgundy. HEX triplet: 61, 00 and 22. RGB value is (97,0,34). Sum of RGB (Red+Green+Blue) = 97+0+34=131 (17% of max value = 765). Red value is 97 (38.28% from 255 or 74.05% from 131); Green value is 0 (0.39% from 255 or 0% from 131); Blue value is 34 (13.67% from 255 or 25.95% from 131); Max value from RGB is 97 - color contains mainly: red. Hex color #610022 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #610022 is #9EFFDD. Grayscale: #202020. Windows color (decimal): -10420190 or 2228321. OLE color: 2228321.

HSL color Cylindrical-coordinate representation of color #610022: hue angle of 338.97º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #610022 is Cyan = 0, Magento = 1, Yellow = 0.65 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 0 34 -
CMYK 0 1 0.65 0.62
HSL 338.97º 1% 0.19% -
HSV(B) 338.97º 1% 0.38% -
XYZ 5.22 2.66 1.75 -
YUV 32.88 128.64 173.74 -
System Red Green Blue C M Y K H S L
Decimal 97 0 34 0 1 0.65 0.62 338.97 1 0.19
Hex 61 0 22 0 64 41 3E 153 64 13
Octal 141 0 42 0 144 101 76 523 144 23
Binary 1100001 0 100010 0 1100100 1000001 111110 101010011 1100100 10011

Color Harmonies of #610022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610022

Black with #610022

Text Example


Text Example

White with #610022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #610022; }

 p { color: rgb(97,0,34); }

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

background-color css

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

 a { background-color: rgb(97,0,34); }

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

border-color css

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

 span { border-color: rgb(97,0,34); }

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