Html Css Color HEX #90512B Chelsea Gem

📋 copy color: '#90512B'

red 144 ◦ green 81 ◦ blue 43

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

Shades of Chelsea Gem #90512B

Tints of Chelsea Gem #90512B

RGB

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

 GREEN value IS 81 (32.03% from 255) = 30.22%

 BLUE value IS 43 (17.19% from 255) = 16.04%

R = 53.73%
G = 30.22%
B = 16.04%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.70

 K value IS 0.44

RGB Variations

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

Color information

#90512B (or 0x90512B) is known color: Chelsea Gem. HEX triplet: 90, 51 and 2B. RGB value is (144,81,43). Sum of RGB (Red+Green+Blue) = 144+81+43=268 (35% of max value = 765). Red value is 144 (56.64% from 255 or 53.73% from 268); Green value is 81 (32.03% from 255 or 30.22% from 268); Blue value is 43 (17.19% from 255 or 16.04% from 268); Max value from RGB is 144 - color contains mainly: red. Hex color #90512B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #90512B is #6FAED4. Grayscale: #5F5F5F. Windows color (decimal): -7319253 or 2838928. OLE color: 2838928.

HSL color Cylindrical-coordinate representation of color #90512B: hue angle of 22.57º degrees, saturation: 0.54, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #90512B is Cyan = 0, Magento = 0.44, Yellow = 0.70 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 81 43 -
CMYK 0 0.44 0.70 0.44
HSL 22.57º 0.54% 0.37% -
HSV(B) 22.57º 0.7% 0.56% -
XYZ 14.88 11.99 3.82 -
YUV 95.51 98.37 162.59 -
System Red Green Blue C M Y K H S L
Decimal 144 81 43 0 0.44 0.70 0.44 22.57 0.54 0.37
Hex 90 51 2B 0 2C 46 2C 17 36 25
Octal 220 121 53 0 54 106 54 27 66 45
Binary 10010000 1010001 101011 0 101100 1000110 101100 10111 110110 100101

Color Harmonies of #90512B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90512B

Black with #90512B

Text Example


Text Example

White with #90512B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #90512B; }

 p { color: rgb(144,81,43); }

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

background-color css

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

 a { background-color: rgb(144,81,43); }

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

border-color css

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

 span { border-color: rgb(144,81,43); }

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