Html Css Color HEX #82394E Camelot

📋 copy color: '#82394E'

red 130 ◦ green 57 ◦ blue 78

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

Shades of Camelot #82394E

Tints of Camelot #82394E

RGB

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

 GREEN value IS 57 (22.66% from 255) = 21.51%

 BLUE value IS 78 (30.86% from 255) = 29.43%

R = 49.06%
G = 21.51%
B = 29.43%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.40

 K value IS 0.49

RGB Variations

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

Color information

#82394E (or 0x82394E) is known color: Camelot. HEX triplet: 82, 39 and 4E. RGB value is (130,57,78). Sum of RGB (Red+Green+Blue) = 130+57+78=265 (35% of max value = 765). Red value is 130 (51.17% from 255 or 49.06% from 265); Green value is 57 (22.66% from 255 or 21.51% from 265); Blue value is 78 (30.86% from 255 or 29.43% from 265); Max value from RGB is 130 - color contains mainly: red. Hex color #82394E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #82394E is #7DC6B1. Grayscale: #515151. Windows color (decimal): -8242866 or 5126530. OLE color: 5126530.

HSL color Cylindrical-coordinate representation of color #82394E: hue angle of 342.74º degrees, saturation: 0.39, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #82394E is Cyan = 0, Magento = 0.56, Yellow = 0.40 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 57 78 -
CMYK 0 0.56 0.40 0.49
HSL 342.74º 0.39% 0.37% -
HSV(B) 342.74º 0.56% 0.51% -
XYZ 12.04 8.22 8.16 -
YUV 81.22 126.18 162.79 -
System Red Green Blue C M Y K H S L
Decimal 130 57 78 0 0.56 0.40 0.49 342.74 0.39 0.37
Hex 82 39 4E 0 38 28 31 157 27 25
Octal 202 71 116 0 70 50 61 527 47 45
Binary 10000010 111001 1001110 0 111000 101000 110001 101010111 100111 100101

Color Harmonies of #82394E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82394E

Black with #82394E

Text Example


Text Example

White with #82394E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82394E; }

 p { color: rgb(130,57,78); }

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

background-color css

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

 a { background-color: rgb(130,57,78); }

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

border-color css

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

 span { border-color: rgb(130,57,78); }

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