Html Css Color HEX #90827D Hurricane

📋 copy color: '#90827D'

red 144 ◦ green 130 ◦ blue 125

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

Shades of Hurricane #90827D

Tints of Hurricane #90827D

RGB

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

 GREEN value IS 130 (51.17% from 255) = 32.58%

 BLUE value IS 125 (49.22% from 255) = 31.33%

R = 36.09%
G = 32.58%
B = 31.33%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.13

 K value IS 0.44

RGB Variations

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

Color information

#90827D (or 0x90827D) is known color: Hurricane. HEX triplet: 90, 82 and 7D. RGB value is (144,130,125). Sum of RGB (Red+Green+Blue) = 144+130+125=399 (52% of max value = 765). Red value is 144 (56.64% from 255 or 36.09% from 399); Green value is 130 (51.17% from 255 or 32.58% from 399); Blue value is 125 (49.22% from 255 or 31.33% from 399); Max value from RGB is 144 - color contains mainly: red. Hex color #90827D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #90827D is #6F7D82. Grayscale: #858585. Windows color (decimal): -7306627 or 8225424. OLE color: 8225424.

HSL color Cylindrical-coordinate representation of color #90827D: hue angle of 15.79º degrees, saturation: 0.08, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #90827D is Cyan = 0, Magento = 0.10, Yellow = 0.13 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 130 125 -
CMYK 0 0.10 0.13 0.44
HSL 15.79º 0.08% 0.53% -
HSV(B) 15.79º 0.13% 0.56% -
XYZ 23.19 23.38 22.69 -
YUV 133.62 123.14 135.41 -
System Red Green Blue C M Y K H S L
Decimal 144 130 125 0 0.10 0.13 0.44 15.79 0.08 0.53
Hex 90 82 7D 0 A D 2C 10 8 35
Octal 220 202 175 0 12 15 54 20 10 65
Binary 10010000 10000010 1111101 0 1010 1101 101100 10000 1000 110101

Color Harmonies of #90827D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90827D

Black with #90827D

Text Example


Text Example

White with #90827D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #90827D; }

 p { color: rgb(144,130,125); }

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

background-color css

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

 a { background-color: rgb(144,130,125); }

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

border-color css

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

 span { border-color: rgb(144,130,125); }

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