Html Css Color HEX #82344E Camelot

📋 copy color: '#82344E'

red 130 ◦ green 52 ◦ blue 78

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

Shades of Camelot #82344E

Tints of Camelot #82344E

RGB

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

 GREEN value IS 52 (20.7% from 255) = 20%

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

R = 50%
G = 20%
B = 30%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.40

 K value IS 0.49

RGB Variations

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

Color information

#82344E (or 0x82344E) is known color: Camelot. HEX triplet: 82, 34 and 4E. RGB value is (130,52,78). Sum of RGB (Red+Green+Blue) = 130+52+78=260 (34% of max value = 765). Red value is 130 (51.17% from 255 or 50% from 260); Green value is 52 (20.70% from 255 or 20% from 260); Blue value is 78 (30.86% from 255 or 30% from 260); Max value from RGB is 130 - color contains mainly: red. Hex color #82344E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #82344E is #7DCBB1. Grayscale: #4E4E4E. Windows color (decimal): -8244146 or 5125250. OLE color: 5125250.

HSL color Cylindrical-coordinate representation of color #82344E: hue angle of 340º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #82344E is Cyan = 0, Magento = 0.60, Yellow = 0.40 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 52 78 -
CMYK 0 0.60 0.40 0.49
HSL 340º 0.43% 0.36% -
HSV(B) 340º 0.6% 0.51% -
XYZ 11.81 7.75 8.08 -
YUV 78.29 127.84 164.89 -
System Red Green Blue C M Y K H S L
Decimal 130 52 78 0 0.60 0.40 0.49 340 0.43 0.36
Hex 82 34 4E 0 3C 28 31 154 2B 24
Octal 202 64 116 0 74 50 61 524 53 44
Binary 10000010 110100 1001110 0 111100 101000 110001 101010100 101011 100100

Color Harmonies of #82344E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82344E

Black with #82344E

Text Example


Text Example

White with #82344E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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