Html Css Color HEX #824F71 Cosmic

📋 copy color: '#824F71'

red 130 ◦ green 79 ◦ blue 113

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

Shades of Cosmic #824F71

Tints of Cosmic #824F71

RGB

 RED value IS 130 (51.17% from 255) = 40.37%

 GREEN value IS 79 (31.25% from 255) = 24.53%

 BLUE value IS 113 (44.53% from 255) = 35.09%

R = 40.37%
G = 24.53%
B = 35.09%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.13

 K value IS 0.49

RGB Variations

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

Color information

#824F71 (or 0x824F71) is known color: Cosmic. HEX triplet: 82, 4F and 71. RGB value is (130,79,113). Sum of RGB (Red+Green+Blue) = 130+79+113=322 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.37% from 322); Green value is 79 (31.25% from 255 or 24.53% from 322); Blue value is 113 (44.53% from 255 or 35.09% from 322); Max value from RGB is 130 - color contains mainly: red. Hex color #824F71 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #824F71 is #7DB08E. Grayscale: #626262. Windows color (decimal): -8237199 or 7425922. OLE color: 7425922.

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

Color convert

RGB 130 79 113 -
CMYK 0 0.39 0.13 0.49
HSL 320º 0.24% 0.41% -
HSV(B) 320º 0.39% 0.51% -
XYZ 14.98 11.53 17.06 -
YUV 98.13 136.4 150.74 -
System Red Green Blue C M Y K H S L
Decimal 130 79 113 0 0.39 0.13 0.49 320 0.24 0.41
Hex 82 4F 71 0 27 D 31 140 18 29
Octal 202 117 161 0 47 15 61 500 30 51
Binary 10000010 1001111 1110001 0 100111 1101 110001 101000000 11000 101001

Color Harmonies of #824F71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824F71

Black with #824F71

Text Example


Text Example

White with #824F71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824F71; }

 p { color: rgb(130,79,113); }

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

background-color css

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

 a { background-color: rgb(130,79,113); }

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

border-color css

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

 span { border-color: rgb(130,79,113); }

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