Html Css Color HEX #900430 Burgundy

📋 copy color: '#900430'

red 144 ◦ green 4 ◦ blue 48

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

Shades of Burgundy #900430

Tints of Burgundy #900430

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 24.49%

R = 73.47%
G = 2.04%
B = 24.49%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.67

 K value IS 0.44

RGB Variations

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

Color information

#900430 (or 0x900430) is known color: Burgundy. HEX triplet: 90, 04 and 30. RGB value is (144,4,48). Sum of RGB (Red+Green+Blue) = 144+4+48=196 (25% of max value = 765). Red value is 144 (56.64% from 255 or 73.47% from 196); Green value is 4 (1.95% from 255 or 2.04% from 196); Blue value is 48 (19.14% from 255 or 24.49% from 196); Max value from RGB is 144 - color contains mainly: red. Hex color #900430 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #900430 is #6FFBCF. Grayscale: #323232. Windows color (decimal): -7338960 or 3146896. OLE color: 3146896.

HSL color Cylindrical-coordinate representation of color #900430: hue angle of 341.14º 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 #900430 is Cyan = 0, Magento = 0.97, Yellow = 0.67 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 4 48 -
CMYK 0 0.97 0.67 0.44
HSL 341.14º 0.95% 0.29% -
HSV(B) 341.14º 0.97% 0.56% -
XYZ 12.08 6.23 3.36 -
YUV 50.88 126.38 194.42 -
System Red Green Blue C M Y K H S L
Decimal 144 4 48 0 0.97 0.67 0.44 341.14 0.95 0.29
Hex 90 4 30 0 61 43 2C 155 5F 1D
Octal 220 4 60 0 141 103 54 525 137 35
Binary 10010000 100 110000 0 1100001 1000011 101100 101010101 1011111 11101

Color Harmonies of #900430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #900430

Black with #900430

Text Example


Text Example

White with #900430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #900430; }

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

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

background-color css

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

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

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

border-color css

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

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

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