Html Css Color HEX #910038 Burgundy

📋 copy color: '#910038'

red 145 ◦ green 0 ◦ blue 56

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

Shades of Burgundy #910038

Tints of Burgundy #910038

RGB

 RED value IS 145 (57.03% from 255) = 72.14%

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

 BLUE value IS 56 (22.27% from 255) = 27.86%

R = 72.14%
G = 0%
B = 27.86%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.61

 K value IS 0.43

RGB Variations

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

Color information

#910038 (or 0x910038) is known color: Burgundy. HEX triplet: 91, 00 and 38. RGB value is (145,0,56). Sum of RGB (Red+Green+Blue) = 145+0+56=201 (26% of max value = 765). Red value is 145 (57.03% from 255 or 72.14% from 201); Green value is 0 (0.39% from 255 or 0% from 201); Blue value is 56 (22.27% from 255 or 27.86% from 201); Max value from RGB is 145 - color contains mainly: red. Hex color #910038 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #910038 is #6EFFC7. Grayscale: #313131. Windows color (decimal): -7274440 or 3670161. OLE color: 3670161.

HSL color Cylindrical-coordinate representation of color #910038: hue angle of 336.83º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #910038 is Cyan = 0, Magento = 1, Yellow = 0.61 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 0 56 -
CMYK 0 1 0.61 0.43
HSL 336.83º 1% 0.28% -
HSV(B) 336.83º 1% 0.57% -
XYZ 12.39 6.31 4.31 -
YUV 49.74 131.54 195.95 -
System Red Green Blue C M Y K H S L
Decimal 145 0 56 0 1 0.61 0.43 336.83 1 0.28
Hex 91 0 38 0 64 3D 2B 151 64 1C
Octal 221 0 70 0 144 75 53 521 144 34
Binary 10010001 0 111000 0 1100100 111101 101011 101010001 1100100 11100

Color Harmonies of #910038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #910038

Black with #910038

Text Example


Text Example

White with #910038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #910038; }

 p { color: rgb(145,0,56); }

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

background-color css

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

 a { background-color: rgb(145,0,56); }

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

border-color css

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

 span { border-color: rgb(145,0,56); }

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