Html Css Color HEX #90003D Burgundy

📋 copy color: '#90003D'

red 144 ◦ green 0 ◦ blue 61

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

Shades of Burgundy #90003D

Tints of Burgundy #90003D

RGB

 RED value IS 144 (56.64% from 255) = 70.24%

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

 BLUE value IS 61 (24.22% from 255) = 29.76%

R = 70.24%
G = 0%
B = 29.76%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.58

 K value IS 0.44

RGB Variations

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

Color information

#90003D (or 0x90003D) is known color: Burgundy. HEX triplet: 90, 00 and 3D. RGB value is (144,0,61). Sum of RGB (Red+Green+Blue) = 144+0+61=205 (27% of max value = 765). Red value is 144 (56.64% from 255 or 70.24% from 205); Green value is 0 (0.39% from 255 or 0% from 205); Blue value is 61 (24.22% from 255 or 29.76% from 205); Max value from RGB is 144 - color contains mainly: red. Hex color #90003D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #90003D is #6FFFC2. Grayscale: #313131. Windows color (decimal): -7339971 or 3997840. OLE color: 3997840.

HSL color Cylindrical-coordinate representation of color #90003D: hue angle of 334.58º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 1%. Process color model (Four color, CMYK) of #90003D is Cyan = 0, Magento = 1, Yellow = 0.58 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 0 61 -
CMYK 0 1 0.58 0.44
HSL 334.58º 1% 0.28% -
HSV(B) 334.58º 1% 0.56% -
XYZ 12.34 6.27 4.97 -
YUV 50.01 134.21 195.04 -
System Red Green Blue C M Y K H S L
Decimal 144 0 61 0 1 0.58 0.44 334.58 1 0.28
Hex 90 0 3D 0 64 3A 2C 14F 64 1C
Octal 220 0 75 0 144 72 54 517 144 34
Binary 10010000 0 111101 0 1100100 111010 101100 101001111 1100100 11100

Color Harmonies of #90003D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90003D

Black with #90003D

Text Example


Text Example

White with #90003D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #90003D; }

 p { color: rgb(144,0,61); }

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

background-color css

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

 a { background-color: rgb(144,0,61); }

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

border-color css

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

 span { border-color: rgb(144,0,61); }

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