Html Css Color HEX #832E43 Camelot

📋 copy color: '#832E43'

red 131 ◦ green 46 ◦ blue 67

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

Shades of Camelot #832E43

Tints of Camelot #832E43

RGB

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

 GREEN value IS 46 (18.36% from 255) = 18.85%

 BLUE value IS 67 (26.56% from 255) = 27.46%

R = 53.69%
G = 18.85%
B = 27.46%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.49

 K value IS 0.49

RGB Variations

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

Color information

#832E43 (or 0x832E43) is known color: Camelot. HEX triplet: 83, 2E and 43. RGB value is (131,46,67). Sum of RGB (Red+Green+Blue) = 131+46+67=244 (32% of max value = 765). Red value is 131 (51.56% from 255 or 53.69% from 244); Green value is 46 (18.36% from 255 or 18.85% from 244); Blue value is 67 (26.56% from 255 or 27.46% from 244); Max value from RGB is 131 - color contains mainly: red. Hex color #832E43 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #832E43 is #7CD1BC. Grayscale: #494949. Windows color (decimal): -8180157 or 4402819. OLE color: 4402819.

HSL color Cylindrical-coordinate representation of color #832E43: hue angle of 345.18º degrees, saturation: 0.48, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #832E43 is Cyan = 0, Magento = 0.65, Yellow = 0.49 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 46 67 -
CMYK 0 0.65 0.49 0.49
HSL 345.18º 0.48% 0.35% -
HSV(B) 345.18º 0.65% 0.51% -
XYZ 11.35 7.18 6.1 -
YUV 73.81 124.16 168.79 -
System Red Green Blue C M Y K H S L
Decimal 131 46 67 0 0.65 0.49 0.49 345.18 0.48 0.35
Hex 83 2E 43 0 41 31 31 159 30 23
Octal 203 56 103 0 101 61 61 531 60 43
Binary 10000011 101110 1000011 0 1000001 110001 110001 101011001 110000 100011

Color Harmonies of #832E43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #832E43

Black with #832E43

Text Example


Text Example

White with #832E43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #832E43; }

 p { color: rgb(131,46,67); }

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

background-color css

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

 a { background-color: rgb(131,46,67); }

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

border-color css

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

 span { border-color: rgb(131,46,67); }

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