Html Css Color HEX #83435B Cosmic

📋 copy color: '#83435B'

red 131 ◦ green 67 ◦ blue 91

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

Shades of Cosmic #83435B

Tints of Cosmic #83435B

RGB

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

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

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

R = 45.33%
G = 23.18%
B = 31.49%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.31

 K value IS 0.49

RGB Variations

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

Color information

#83435B (or 0x83435B) is known color: Cosmic. HEX triplet: 83, 43 and 5B. RGB value is (131,67,91). Sum of RGB (Red+Green+Blue) = 131+67+91=289 (38% of max value = 765). Red value is 131 (51.56% from 255 or 45.33% from 289); Green value is 67 (26.56% from 255 or 23.18% from 289); Blue value is 91 (35.94% from 255 or 31.49% from 289); Max value from RGB is 131 - color contains mainly: red. Hex color #83435B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #83435B is #7CBCA4. Grayscale: #585858. Windows color (decimal): -8174757 or 5981059. OLE color: 5981059.

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

Color convert

RGB 131 67 91 -
CMYK 0 0.49 0.31 0.49
HSL 337.5º 0.32% 0.39% -
HSV(B) 337.5º 0.49% 0.51% -
XYZ 13.26 9.59 11.05 -
YUV 88.87 129.2 158.05 -
System Red Green Blue C M Y K H S L
Decimal 131 67 91 0 0.49 0.31 0.49 337.5 0.32 0.39
Hex 83 43 5B 0 31 1F 31 152 20 27
Octal 203 103 133 0 61 37 61 522 40 47
Binary 10000011 1000011 1011011 0 110001 11111 110001 101010010 100000 100111

Color Harmonies of #83435B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83435B

Black with #83435B

Text Example


Text Example

White with #83435B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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