Html Css Color HEX #824258 Camelot

📋 copy color: '#824258'

red 130 ◦ green 66 ◦ blue 88

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

Shades of Camelot #824258

Tints of Camelot #824258

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 30.99%

R = 45.77%
G = 23.24%
B = 30.99%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.32

 K value IS 0.49

RGB Variations

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

Color information

#824258 (or 0x824258) is known color: Camelot. HEX triplet: 82, 42 and 58. RGB value is (130,66,88). Sum of RGB (Red+Green+Blue) = 130+66+88=284 (37% of max value = 765). Red value is 130 (51.17% from 255 or 45.77% from 284); Green value is 66 (26.17% from 255 or 23.24% from 284); Blue value is 88 (34.77% from 255 or 30.99% from 284); Max value from RGB is 130 - color contains mainly: red. Hex color #824258 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #824258 is #7DBDA7. Grayscale: #575757. Windows color (decimal): -8240552 or 5784194. OLE color: 5784194.

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

Color convert

RGB 130 66 88 -
CMYK 0 0.49 0.32 0.49
HSL 339.38º 0.33% 0.38% -
HSV(B) 339.38º 0.49% 0.51% -
XYZ 12.92 9.35 10.36 -
YUV 87.64 128.2 158.21 -
System Red Green Blue C M Y K H S L
Decimal 130 66 88 0 0.49 0.32 0.49 339.38 0.33 0.38
Hex 82 42 58 0 31 20 31 153 21 26
Octal 202 102 130 0 61 40 61 523 41 46
Binary 10000010 1000010 1011000 0 110001 100000 110001 101010011 100001 100110

Color Harmonies of #824258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824258

Black with #824258

Text Example


Text Example

White with #824258

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824258; }

 p { color: rgb(130,66,88); }

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

background-color css

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

 a { background-color: rgb(130,66,88); }

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

border-color css

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

 span { border-color: rgb(130,66,88); }

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