Html Css Color HEX #834372 Cosmic

📋 copy color: '#834372'

red 131 ◦ green 67 ◦ blue 114

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

Shades of Cosmic #834372

Tints of Cosmic #834372

RGB

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

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

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

R = 41.99%
G = 21.47%
B = 36.54%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.13

 K value IS 0.49

RGB Variations

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

Color information

#834372 (or 0x834372) is known color: Cosmic. HEX triplet: 83, 43 and 72. RGB value is (131,67,114). Sum of RGB (Red+Green+Blue) = 131+67+114=312 (41% of max value = 765). Red value is 131 (51.56% from 255 or 41.99% from 312); Green value is 67 (26.56% from 255 or 21.47% from 312); Blue value is 114 (44.92% from 255 or 36.54% from 312); Max value from RGB is 131 - color contains mainly: red. Hex color #834372 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #834372 is #7CBC8D. Grayscale: #5B5B5B. Windows color (decimal): -8174734 or 7488387. OLE color: 7488387.

HSL color Cylindrical-coordinate representation of color #834372: hue angle of 315.94º 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 #834372 is Cyan = 0, Magento = 0.49, Yellow = 0.13 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 67 114 -
CMYK 0 0.49 0.13 0.49
HSL 315.94º 0.32% 0.39% -
HSV(B) 315.94º 0.49% 0.51% -
XYZ 14.4 10.05 17.1 -
YUV 91.49 140.7 156.18 -
System Red Green Blue C M Y K H S L
Decimal 131 67 114 0 0.49 0.13 0.49 315.94 0.32 0.39
Hex 83 43 72 0 31 D 31 13C 20 27
Octal 203 103 162 0 61 15 61 474 40 47
Binary 10000011 1000011 1110010 0 110001 1101 110001 100111100 100000 100111

Color Harmonies of #834372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834372

Black with #834372

Text Example


Text Example

White with #834372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #834372; }

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

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

background-color css

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

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

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

border-color css

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

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

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