Html Css Color HEX #85436B Cosmic

📋 copy color: '#85436B'

red 133 ◦ green 67 ◦ blue 107

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

Shades of Cosmic #85436B

Tints of Cosmic #85436B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 34.85%

R = 43.32%
G = 21.82%
B = 34.85%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.20

 K value IS 0.48

RGB Variations

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

Color information

#85436B (or 0x85436B) is known color: Cosmic. HEX triplet: 85, 43 and 6B. RGB value is (133,67,107). Sum of RGB (Red+Green+Blue) = 133+67+107=307 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.32% from 307); Green value is 67 (26.56% from 255 or 21.82% from 307); Blue value is 107 (42.19% from 255 or 34.85% from 307); Max value from RGB is 133 - color contains mainly: red. Hex color #85436B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85436B is #7ABC94. Grayscale: #5B5B5B. Windows color (decimal): -8043669 or 7029637. OLE color: 7029637.

HSL color Cylindrical-coordinate representation of color #85436B: hue angle of 323.64º 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 #85436B is Cyan = 0, Magento = 0.50, Yellow = 0.20 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 67 107 -
CMYK 0 0.50 0.20 0.48
HSL 323.64º 0.33% 0.39% -
HSV(B) 323.64º 0.5% 0.52% -
XYZ 14.33 10.06 15.1 -
YUV 91.29 136.87 157.75 -
System Red Green Blue C M Y K H S L
Decimal 133 67 107 0 0.50 0.20 0.48 323.64 0.33 0.39
Hex 85 43 6B 0 32 14 30 144 21 27
Octal 205 103 153 0 62 24 60 504 41 47
Binary 10000101 1000011 1101011 0 110010 10100 110000 101000100 100001 100111

Color Harmonies of #85436B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85436B

Black with #85436B

Text Example


Text Example

White with #85436B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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