Html Css Color HEX #90572B Chelsea Gem

📋 copy color: '#90572B'

red 144 ◦ green 87 ◦ blue 43

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

Shades of Chelsea Gem #90572B

Tints of Chelsea Gem #90572B

RGB

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

 GREEN value IS 87 (34.38% from 255) = 31.75%

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

R = 52.55%
G = 31.75%
B = 15.69%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.70

 K value IS 0.44

RGB Variations

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

Color information

#90572B (or 0x90572B) is known color: Chelsea Gem. HEX triplet: 90, 57 and 2B. RGB value is (144,87,43). Sum of RGB (Red+Green+Blue) = 144+87+43=274 (36% of max value = 765). Red value is 144 (56.64% from 255 or 52.55% from 274); Green value is 87 (34.38% from 255 or 31.75% from 274); Blue value is 43 (17.19% from 255 or 15.69% from 274); Max value from RGB is 144 - color contains mainly: red. Hex color #90572B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #90572B is #6FA8D4. Grayscale: #636363. Windows color (decimal): -7317717 or 2840464. OLE color: 2840464.

HSL color Cylindrical-coordinate representation of color #90572B: hue angle of 26.14º 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 #90572B is Cyan = 0, Magento = 0.40, Yellow = 0.70 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 87 43 -
CMYK 0 0.40 0.70 0.44
HSL 26.14º 0.54% 0.37% -
HSV(B) 26.14º 0.7% 0.56% -
XYZ 15.35 12.92 3.97 -
YUV 99.03 96.38 160.08 -
System Red Green Blue C M Y K H S L
Decimal 144 87 43 0 0.40 0.70 0.44 26.14 0.54 0.37
Hex 90 57 2B 0 28 46 2C 1A 36 25
Octal 220 127 53 0 50 106 54 32 66 45
Binary 10010000 1010111 101011 0 101000 1000110 101100 11010 110110 100101

Color Harmonies of #90572B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90572B

Black with #90572B

Text Example


Text Example

White with #90572B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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