Html Css Color HEX #85435B Cosmic

📋 copy color: '#85435B'

red 133 ◦ green 67 ◦ blue 91

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

Shades of Cosmic #85435B

Tints of Cosmic #85435B

RGB

 RED value IS 133 (52.34% from 255) = 45.7%

 GREEN value IS 67 (26.56% from 255) = 23.02%

 BLUE value IS 91 (35.94% from 255) = 31.27%

R = 45.7%
G = 23.02%
B = 31.27%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.32

 K value IS 0.48

RGB Variations

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

Color information

#85435B (or 0x85435B) is known color: Cosmic. HEX triplet: 85, 43 and 5B. RGB value is (133,67,91). Sum of RGB (Red+Green+Blue) = 133+67+91=291 (38% of max value = 765). Red value is 133 (52.34% from 255 or 45.70% from 291); Green value is 67 (26.56% from 255 or 23.02% from 291); Blue value is 91 (35.94% from 255 or 31.27% from 291); Max value from RGB is 133 - color contains mainly: red. Hex color #85435B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85435B is #7ABCA4. Grayscale: #595959. Windows color (decimal): -8043685 or 5981061. OLE color: 5981061.

HSL color Cylindrical-coordinate representation of color #85435B: hue angle of 338.18º degrees, saturation: 0.33, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #85435B is Cyan = 0, Magento = 0.50, Yellow = 0.32 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 67 91 -
CMYK 0 0.50 0.32 0.48
HSL 338.18º 0.33% 0.39% -
HSV(B) 338.18º 0.5% 0.52% -
XYZ 13.57 9.76 11.07 -
YUV 89.47 128.87 159.05 -
System Red Green Blue C M Y K H S L
Decimal 133 67 91 0 0.50 0.32 0.48 338.18 0.33 0.39
Hex 85 43 5B 0 32 20 30 152 21 27
Octal 205 103 133 0 62 40 60 522 41 47
Binary 10000101 1000011 1011011 0 110010 100000 110000 101010010 100001 100111

Color Harmonies of #85435B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85435B

Black with #85435B

Text Example


Text Example

White with #85435B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,67,91); }

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

background-color css

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

 a { background-color: rgb(133,67,91); }

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

border-color css

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

 span { border-color: rgb(133,67,91); }

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