Html Css Color HEX #900D38 Burgundy

📋 copy color: '#900D38'

red 144 ◦ green 13 ◦ blue 56

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

Shades of Burgundy #900D38

Tints of Burgundy #900D38

RGB

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

 GREEN value IS 13 (5.47% from 255) = 6.1%

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

R = 67.61%
G = 6.1%
B = 26.29%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.61

 K value IS 0.44

RGB Variations

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

Color information

#900D38 (or 0x900D38) is known color: Burgundy. HEX triplet: 90, 0D and 38. RGB value is (144,13,56). Sum of RGB (Red+Green+Blue) = 144+13+56=213 (28% of max value = 765). Red value is 144 (56.64% from 255 or 67.61% from 213); Green value is 13 (5.47% from 255 or 6.10% from 213); Blue value is 56 (22.27% from 255 or 26.29% from 213); Max value from RGB is 144 - color contains mainly: red. Hex color #900D38 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #900D38 is #6FF2C7. Grayscale: #393939. Windows color (decimal): -7336648 or 3673488. OLE color: 3673488.

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

Color convert

RGB 144 13 56 -
CMYK 0 0.91 0.61 0.44
HSL 340.31º 0.83% 0.31% -
HSV(B) 340.31º 0.91% 0.56% -
XYZ 12.36 6.5 4.35 -
YUV 57.07 127.4 190 -
System Red Green Blue C M Y K H S L
Decimal 144 13 56 0 0.91 0.61 0.44 340.31 0.83 0.31
Hex 90 D 38 0 5B 3D 2C 154 53 1F
Octal 220 15 70 0 133 75 54 524 123 37
Binary 10010000 1101 111000 0 1011011 111101 101100 101010100 1010011 11111

Color Harmonies of #900D38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #900D38

Black with #900D38

Text Example


Text Example

White with #900D38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,13,56); }

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

background-color css

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

 a { background-color: rgb(144,13,56); }

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

border-color css

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

 span { border-color: rgb(144,13,56); }

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