Html Css Color HEX #82324B Camelot

📋 copy color: '#82324B'

red 130 ◦ green 50 ◦ blue 75

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

Shades of Camelot #82324B

Tints of Camelot #82324B

RGB

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

 GREEN value IS 50 (19.92% from 255) = 19.61%

 BLUE value IS 75 (29.69% from 255) = 29.41%

R = 50.98%
G = 19.61%
B = 29.41%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.42

 K value IS 0.49

RGB Variations

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

Color information

#82324B (or 0x82324B) is known color: Camelot. HEX triplet: 82, 32 and 4B. RGB value is (130,50,75). Sum of RGB (Red+Green+Blue) = 130+50+75=255 (33% of max value = 765). Red value is 130 (51.17% from 255 or 50.98% from 255); Green value is 50 (19.92% from 255 or 19.61% from 255); Blue value is 75 (29.69% from 255 or 29.41% from 255); Max value from RGB is 130 - color contains mainly: red. Hex color #82324B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #82324B is #7DCDB4. Grayscale: #4C4C4C. Windows color (decimal): -8244661 or 4928130. OLE color: 4928130.

HSL color Cylindrical-coordinate representation of color #82324B: hue angle of 341.25º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #82324B is Cyan = 0, Magento = 0.62, Yellow = 0.42 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 50 75 -
CMYK 0 0.62 0.42 0.49
HSL 341.25º 0.44% 0.35% -
HSV(B) 341.25º 0.62% 0.51% -
XYZ 11.62 7.54 7.5 -
YUV 76.77 127 165.97 -
System Red Green Blue C M Y K H S L
Decimal 130 50 75 0 0.62 0.42 0.49 341.25 0.44 0.35
Hex 82 32 4B 0 3E 2A 31 155 2C 23
Octal 202 62 113 0 76 52 61 525 54 43
Binary 10000010 110010 1001011 0 111110 101010 110001 101010101 101100 100011

Color Harmonies of #82324B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82324B

Black with #82324B

Text Example


Text Example

White with #82324B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82324B; }

 p { color: rgb(130,50,75); }

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

background-color css

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

 a { background-color: rgb(130,50,75); }

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

border-color css

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

 span { border-color: rgb(130,50,75); }

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