Html Css Color HEX #83364C Camelot

📋 copy color: '#83364C'

red 131 ◦ green 54 ◦ blue 76

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

Shades of Camelot #83364C

Tints of Camelot #83364C

RGB

 RED value IS 131 (51.56% from 255) = 50.19%

 GREEN value IS 54 (21.48% from 255) = 20.69%

 BLUE value IS 76 (30.08% from 255) = 29.12%

R = 50.19%
G = 20.69%
B = 29.12%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.42

 K value IS 0.49

RGB Variations

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

Color information

#83364C (or 0x83364C) is known color: Camelot. HEX triplet: 83, 36 and 4C. RGB value is (131,54,76). Sum of RGB (Red+Green+Blue) = 131+54+76=261 (34% of max value = 765). Red value is 131 (51.56% from 255 or 50.19% from 261); Green value is 54 (21.48% from 255 or 20.69% from 261); Blue value is 76 (30.08% from 255 or 29.12% from 261); Max value from RGB is 131 - color contains mainly: red. Hex color #83364C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #83364C is #7CC9B3. Grayscale: #4F4F4F. Windows color (decimal): -8178100 or 4994691. OLE color: 4994691.

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

Color convert

RGB 131 54 76 -
CMYK 0 0.59 0.42 0.49
HSL 342.86º 0.42% 0.36% -
HSV(B) 342.86º 0.59% 0.51% -
XYZ 11.98 7.99 7.75 -
YUV 79.53 126.01 164.71 -
System Red Green Blue C M Y K H S L
Decimal 131 54 76 0 0.59 0.42 0.49 342.86 0.42 0.36
Hex 83 36 4C 0 3B 2A 31 157 2A 24
Octal 203 66 114 0 73 52 61 527 52 44
Binary 10000011 110110 1001100 0 111011 101010 110001 101010111 101010 100100

Color Harmonies of #83364C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83364C

Black with #83364C

Text Example


Text Example

White with #83364C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83364C; }

 p { color: rgb(131,54,76); }

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

background-color css

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

 a { background-color: rgb(131,54,76); }

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

border-color css

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

 span { border-color: rgb(131,54,76); }

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