Html Css Color HEX #834272 Cosmic

📋 copy color: '#834272'

red 131 ◦ green 66 ◦ blue 114

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

Shades of Cosmic #834272

Tints of Cosmic #834272

RGB

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

 GREEN value IS 66 (26.17% from 255) = 21.22%

 BLUE value IS 114 (44.92% from 255) = 36.66%

R = 42.12%
G = 21.22%
B = 36.66%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.13

 K value IS 0.49

RGB Variations

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

Color information

#834272 (or 0x834272) is known color: Cosmic. HEX triplet: 83, 42 and 72. RGB value is (131,66,114). Sum of RGB (Red+Green+Blue) = 131+66+114=311 (41% of max value = 765). Red value is 131 (51.56% from 255 or 42.12% from 311); Green value is 66 (26.17% from 255 or 21.22% from 311); Blue value is 114 (44.92% from 255 or 36.66% from 311); Max value from RGB is 131 - color contains mainly: red. Hex color #834272 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #834272 is #7CBD8D. Grayscale: #5A5A5A. Windows color (decimal): -8174990 or 7488131. OLE color: 7488131.

HSL color Cylindrical-coordinate representation of color #834272: hue angle of 315.69º degrees, saturation: 0.33, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #834272 is Cyan = 0, Magento = 0.50, Yellow = 0.13 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 66 114 -
CMYK 0 0.50 0.13 0.49
HSL 315.69º 0.33% 0.39% -
HSV(B) 315.69º 0.5% 0.51% -
XYZ 14.35 9.94 17.08 -
YUV 90.91 141.03 156.6 -
System Red Green Blue C M Y K H S L
Decimal 131 66 114 0 0.50 0.13 0.49 315.69 0.33 0.39
Hex 83 42 72 0 32 D 31 13C 21 27
Octal 203 102 162 0 62 15 61 474 41 47
Binary 10000011 1000010 1110010 0 110010 1101 110001 100111100 100001 100111

Color Harmonies of #834272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834272

Black with #834272

Text Example


Text Example

White with #834272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #834272; }

 p { color: rgb(131,66,114); }

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

background-color css

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

 a { background-color: rgb(131,66,114); }

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

border-color css

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

 span { border-color: rgb(131,66,114); }

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