Html Css Color HEX #825367 Cosmic

📋 copy color: '#825367'

red 130 ◦ green 83 ◦ blue 103

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

Shades of Cosmic #825367

Tints of Cosmic #825367

RGB

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

 GREEN value IS 83 (32.81% from 255) = 26.27%

 BLUE value IS 103 (40.63% from 255) = 32.59%

R = 41.14%
G = 26.27%
B = 32.59%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.21

 K value IS 0.49

RGB Variations

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

Color information

#825367 (or 0x825367) is known color: Cosmic. HEX triplet: 82, 53 and 67. RGB value is (130,83,103). Sum of RGB (Red+Green+Blue) = 130+83+103=316 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.14% from 316); Green value is 83 (32.81% from 255 or 26.27% from 316); Blue value is 103 (40.62% from 255 or 32.59% from 316); Max value from RGB is 130 - color contains mainly: red. Hex color #825367 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825367 is #7DAC98. Grayscale: #636363. Windows color (decimal): -8236185 or 6771586. OLE color: 6771586.

HSL color Cylindrical-coordinate representation of color #825367: hue angle of 334.47º degrees, saturation: 0.22, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #825367 is Cyan = 0, Magento = 0.36, Yellow = 0.21 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 83 103 -
CMYK 0 0.36 0.21 0.49
HSL 334.47º 0.22% 0.42% -
HSV(B) 334.47º 0.36% 0.51% -
XYZ 14.75 11.91 14.35 -
YUV 99.33 130.07 149.87 -
System Red Green Blue C M Y K H S L
Decimal 130 83 103 0 0.36 0.21 0.49 334.47 0.22 0.42
Hex 82 53 67 0 24 15 31 14E 16 2A
Octal 202 123 147 0 44 25 61 516 26 52
Binary 10000010 1010011 1100111 0 100100 10101 110001 101001110 10110 101010

Color Harmonies of #825367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825367

Black with #825367

Text Example


Text Example

White with #825367

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #825367; }

 p { color: rgb(130,83,103); }

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

background-color css

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

 a { background-color: rgb(130,83,103); }

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

border-color css

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

 span { border-color: rgb(130,83,103); }

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