Html Css Color HEX #83456B Cosmic

📋 copy color: '#83456B'

red 131 ◦ green 69 ◦ blue 107

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

Shades of Cosmic #83456B

Tints of Cosmic #83456B

RGB

 RED value IS 131 (51.56% from 255) = 42.67%

 GREEN value IS 69 (27.34% from 255) = 22.48%

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

R = 42.67%
G = 22.48%
B = 34.85%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.18

 K value IS 0.49

RGB Variations

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

Color information

#83456B (or 0x83456B) is known color: Cosmic. HEX triplet: 83, 45 and 6B. RGB value is (131,69,107). Sum of RGB (Red+Green+Blue) = 131+69+107=307 (40% of max value = 765). Red value is 131 (51.56% from 255 or 42.67% from 307); Green value is 69 (27.34% from 255 or 22.48% from 307); Blue value is 107 (42.19% from 255 or 34.85% from 307); Max value from RGB is 131 - color contains mainly: red. Hex color #83456B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #83456B is #7CBA94. Grayscale: #5B5B5B. Windows color (decimal): -8174229 or 7030147. OLE color: 7030147.

HSL color Cylindrical-coordinate representation of color #83456B: hue angle of 323.23º degrees, saturation: 0.31, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #83456B is Cyan = 0, Magento = 0.47, Yellow = 0.18 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 69 107 -
CMYK 0 0.47 0.18 0.49
HSL 323.23º 0.31% 0.39% -
HSV(B) 323.23º 0.47% 0.51% -
XYZ 14.14 10.14 15.12 -
YUV 91.87 136.54 155.91 -
System Red Green Blue C M Y K H S L
Decimal 131 69 107 0 0.47 0.18 0.49 323.23 0.31 0.39
Hex 83 45 6B 0 2F 12 31 143 1F 27
Octal 203 105 153 0 57 22 61 503 37 47
Binary 10000011 1000101 1101011 0 101111 10010 110001 101000011 11111 100111

Color Harmonies of #83456B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83456B

Black with #83456B

Text Example


Text Example

White with #83456B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,69,107); }

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

background-color css

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

 a { background-color: rgb(131,69,107); }

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

border-color css

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

 span { border-color: rgb(131,69,107); }

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