Html Css Color HEX #900F33 Burgundy

📋 copy color: '#900F33'

red 144 ◦ green 15 ◦ blue 51

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

Shades of Burgundy #900F33

Tints of Burgundy #900F33

RGB

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

 GREEN value IS 15 (6.25% from 255) = 7.14%

 BLUE value IS 51 (20.31% from 255) = 24.29%

R = 68.57%
G = 7.14%
B = 24.29%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.65

 K value IS 0.44

RGB Variations

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

Color information

#900F33 (or 0x900F33) is known color: Burgundy. HEX triplet: 90, 0F and 33. RGB value is (144,15,51). Sum of RGB (Red+Green+Blue) = 144+15+51=210 (27% of max value = 765). Red value is 144 (56.64% from 255 or 68.57% from 210); Green value is 15 (6.25% from 255 or 7.14% from 210); Blue value is 51 (20.31% from 255 or 24.29% from 210); Max value from RGB is 144 - color contains mainly: red. Hex color #900F33 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #900F33 is #6FF0CC. Grayscale: #393939. Windows color (decimal): -7336141 or 3346320. OLE color: 3346320.

HSL color Cylindrical-coordinate representation of color #900F33: hue angle of 343.26º degrees, saturation: 0.81, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #900F33 is Cyan = 0, Magento = 0.90, Yellow = 0.65 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 15 51 -
CMYK 0 0.90 0.65 0.44
HSL 343.26º 0.81% 0.31% -
HSV(B) 343.26º 0.9% 0.56% -
XYZ 12.27 6.51 3.74 -
YUV 57.68 124.24 189.57 -
System Red Green Blue C M Y K H S L
Decimal 144 15 51 0 0.90 0.65 0.44 343.26 0.81 0.31
Hex 90 F 33 0 5A 41 2C 157 51 1F
Octal 220 17 63 0 132 101 54 527 121 37
Binary 10010000 1111 110011 0 1011010 1000001 101100 101010111 1010001 11111

Color Harmonies of #900F33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #900F33

Black with #900F33

Text Example


Text Example

White with #900F33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #900F33; }

 p { color: rgb(144,15,51); }

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

background-color css

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

 a { background-color: rgb(144,15,51); }

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

border-color css

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

 span { border-color: rgb(144,15,51); }

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