Html Css Color HEX #90043F Burgundy

📋 copy color: '#90043F'

red 144 ◦ green 4 ◦ blue 63

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

Shades of Burgundy #90043F

Tints of Burgundy #90043F

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.9%

 BLUE value IS 63 (25% from 255) = 29.86%

R = 68.25%
G = 1.9%
B = 29.86%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.56

 K value IS 0.44

RGB Variations

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

Color information

#90043F (or 0x90043F) is known color: Burgundy. HEX triplet: 90, 04 and 3F. RGB value is (144,4,63). Sum of RGB (Red+Green+Blue) = 144+4+63=211 (27% of max value = 765). Red value is 144 (56.64% from 255 or 68.25% from 211); Green value is 4 (1.95% from 255 or 1.90% from 211); Blue value is 63 (25% from 255 or 29.86% from 211); Max value from RGB is 144 - color contains mainly: red. Hex color #90043F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #90043F is #6FFBC0. Grayscale: #343434. Windows color (decimal): -7338945 or 4129936. OLE color: 4129936.

HSL color Cylindrical-coordinate representation of color #90043F: hue angle of 334.71º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #90043F is Cyan = 0, Magento = 0.97, Yellow = 0.56 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 4 63 -
CMYK 0 0.97 0.56 0.44
HSL 334.71º 0.95% 0.29% -
HSV(B) 334.71º 0.97% 0.56% -
XYZ 12.44 6.38 5.28 -
YUV 52.59 133.88 193.2 -
System Red Green Blue C M Y K H S L
Decimal 144 4 63 0 0.97 0.56 0.44 334.71 0.95 0.29
Hex 90 4 3F 0 61 38 2C 14F 5F 1D
Octal 220 4 77 0 141 70 54 517 137 35
Binary 10010000 100 111111 0 1100001 111000 101100 101001111 1011111 11101

Color Harmonies of #90043F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90043F

Black with #90043F

Text Example


Text Example

White with #90043F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #90043F; }

 p { color: rgb(144,4,63); }

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

background-color css

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

 a { background-color: rgb(144,4,63); }

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

border-color css

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

 span { border-color: rgb(144,4,63); }

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