Html Css Color HEX #833243 Camelot

📋 copy color: '#833243'

red 131 ◦ green 50 ◦ blue 67

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

Shades of Camelot #833243

Tints of Camelot #833243

RGB

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

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

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

R = 52.82%
G = 20.16%
B = 27.02%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.49

 K value IS 0.49

RGB Variations

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

Color information

#833243 (or 0x833243) is known color: Camelot. HEX triplet: 83, 32 and 43. RGB value is (131,50,67). Sum of RGB (Red+Green+Blue) = 131+50+67=248 (32% of max value = 765). Red value is 131 (51.56% from 255 or 52.82% from 248); Green value is 50 (19.92% from 255 or 20.16% from 248); Blue value is 67 (26.56% from 255 or 27.02% from 248); Max value from RGB is 131 - color contains mainly: red. Hex color #833243 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #833243 is #7CCDBC. Grayscale: #4C4C4C. Windows color (decimal): -8179133 or 4403843. OLE color: 4403843.

HSL color Cylindrical-coordinate representation of color #833243: hue angle of 347.41º degrees, saturation: 0.45, 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 #833243 is Cyan = 0, Magento = 0.62, Yellow = 0.49 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 50 67 -
CMYK 0 0.62 0.49 0.49
HSL 347.41º 0.45% 0.35% -
HSV(B) 347.41º 0.62% 0.51% -
XYZ 11.51 7.51 6.15 -
YUV 76.16 122.84 167.12 -
System Red Green Blue C M Y K H S L
Decimal 131 50 67 0 0.62 0.49 0.49 347.41 0.45 0.35
Hex 83 32 43 0 3E 31 31 15B 2D 23
Octal 203 62 103 0 76 61 61 533 55 43
Binary 10000011 110010 1000011 0 111110 110001 110001 101011011 101101 100011

Color Harmonies of #833243

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #833243

Black with #833243

Text Example


Text Example

White with #833243

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #833243; }

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

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

background-color css

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

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

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

border-color css

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

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

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