Html Css Color HEX #86376A Cosmic

📋 copy color: '#86376A'

red 134 ◦ green 55 ◦ blue 106

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

Shades of Cosmic #86376A

Tints of Cosmic #86376A

RGB

 RED value IS 134 (52.73% from 255) = 45.42%

 GREEN value IS 55 (21.88% from 255) = 18.64%

 BLUE value IS 106 (41.8% from 255) = 35.93%

R = 45.42%
G = 18.64%
B = 35.93%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.21

 K value IS 0.47

RGB Variations

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

Color information

#86376A (or 0x86376A) is known color: Cosmic. HEX triplet: 86, 37 and 6A. RGB value is (134,55,106). Sum of RGB (Red+Green+Blue) = 134+55+106=295 (39% of max value = 765). Red value is 134 (52.73% from 255 or 45.42% from 295); Green value is 55 (21.88% from 255 or 18.64% from 295); Blue value is 106 (41.80% from 255 or 35.93% from 295); Max value from RGB is 134 - color contains mainly: red. Hex color #86376A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #86376A is #79C895. Grayscale: #545454. Windows color (decimal): -7981206 or 6961030. OLE color: 6961030.

HSL color Cylindrical-coordinate representation of color #86376A: hue angle of 321.27º degrees, saturation: 0.42, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #86376A is Cyan = 0, Magento = 0.59, Yellow = 0.21 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 55 106 -
CMYK 0 0.59 0.21 0.47
HSL 321.27º 0.42% 0.37% -
HSV(B) 321.27º 0.59% 0.53% -
XYZ 13.8 8.84 14.61 -
YUV 84.44 140.17 163.35 -
System Red Green Blue C M Y K H S L
Decimal 134 55 106 0 0.59 0.21 0.47 321.27 0.42 0.37
Hex 86 37 6A 0 3B 15 2F 141 2A 25
Octal 206 67 152 0 73 25 57 501 52 45
Binary 10000110 110111 1101010 0 111011 10101 101111 101000001 101010 100101

Color Harmonies of #86376A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86376A

Black with #86376A

Text Example


Text Example

White with #86376A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #86376A; }

 p { color: rgb(134,55,106); }

 H1.HeaderClassName
 {
   color: #86376A;
 }
 .AnyTagClassName
 {
   color: #86376A;
 }
</style>

background-color css

<style>
 a { background-color: #86376A; }

 a { background-color: rgb(134,55,106); }

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

border-color css

<style>
 span { border-color: #86376A; }

 span { border-color: rgb(134,55,106); }

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