Html Css Color HEX #900C29 Burgundy

📋 copy color: '#900C29'

red 144 ◦ green 12 ◦ blue 41

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

Shades of Burgundy #900C29

Tints of Burgundy #900C29

RGB

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

 GREEN value IS 12 (5.08% from 255) = 6.09%

 BLUE value IS 41 (16.41% from 255) = 20.81%

R = 73.1%
G = 6.09%
B = 20.81%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.72

 K value IS 0.44

RGB Variations

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

Color information

#900C29 (or 0x900C29) is known color: Burgundy. HEX triplet: 90, 0C and 29. RGB value is (144,12,41). Sum of RGB (Red+Green+Blue) = 144+12+41=197 (26% of max value = 765). Red value is 144 (56.64% from 255 or 73.10% from 197); Green value is 12 (5.08% from 255 or 6.09% from 197); Blue value is 41 (16.41% from 255 or 20.81% from 197); Max value from RGB is 144 - color contains mainly: red. Hex color #900C29 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #900C29 is #6FF3D6. Grayscale: #363636. Windows color (decimal): -7336919 or 2690192. OLE color: 2690192.

HSL color Cylindrical-coordinate representation of color #900C29: hue angle of 346.82º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #900C29 is Cyan = 0, Magento = 0.92, Yellow = 0.72 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 12 41 -
CMYK 0 0.92 0.72 0.44
HSL 346.82º 0.85% 0.31% -
HSV(B) 346.82º 0.92% 0.56% -
XYZ 12.03 6.35 2.69 -
YUV 54.77 120.23 191.64 -
System Red Green Blue C M Y K H S L
Decimal 144 12 41 0 0.92 0.72 0.44 346.82 0.85 0.31
Hex 90 C 29 0 5C 48 2C 15B 55 1F
Octal 220 14 51 0 134 110 54 533 125 37
Binary 10010000 1100 101001 0 1011100 1001000 101100 101011011 1010101 11111

Color Harmonies of #900C29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #900C29

Black with #900C29

Text Example


Text Example

White with #900C29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,12,41); }

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

background-color css

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

 a { background-color: rgb(144,12,41); }

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

border-color css

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

 span { border-color: rgb(144,12,41); }

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