Html Css Color HEX #833441 Camelot

📋 copy color: '#833441'

red 131 ◦ green 52 ◦ blue 65

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

Shades of Camelot #833441

Tints of Camelot #833441

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 26.21%

R = 52.82%
G = 20.97%
B = 26.21%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.50

 K value IS 0.49

RGB Variations

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

Color information

#833441 (or 0x833441) is known color: Camelot. HEX triplet: 83, 34 and 41. RGB value is (131,52,65). Sum of RGB (Red+Green+Blue) = 131+52+65=248 (32% of max value = 765). Red value is 131 (51.56% from 255 or 52.82% from 248); Green value is 52 (20.70% from 255 or 20.97% from 248); Blue value is 65 (25.78% from 255 or 26.21% from 248); Max value from RGB is 131 - color contains mainly: red. Hex color #833441 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #833441 is #7CCBBE. Grayscale: #4D4D4D. Windows color (decimal): -8178623 or 4273283. OLE color: 4273283.

HSL color Cylindrical-coordinate representation of color #833441: hue angle of 350.13º 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 #833441 is Cyan = 0, Magento = 0.60, Yellow = 0.50 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 52 65 -
CMYK 0 0.60 0.50 0.49
HSL 350.13º 0.43% 0.36% -
HSV(B) 350.13º 0.6% 0.51% -
XYZ 11.54 7.66 5.87 -
YUV 77.1 121.17 166.44 -
System Red Green Blue C M Y K H S L
Decimal 131 52 65 0 0.60 0.50 0.49 350.13 0.43 0.36
Hex 83 34 41 0 3C 32 31 15E 2B 24
Octal 203 64 101 0 74 62 61 536 53 44
Binary 10000011 110100 1000001 0 111100 110010 110001 101011110 101011 100100

Color Harmonies of #833441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #833441

Black with #833441

Text Example


Text Example

White with #833441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #833441; }

 p { color: rgb(131,52,65); }

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

background-color css

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

 a { background-color: rgb(131,52,65); }

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

border-color css

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

 span { border-color: rgb(131,52,65); }

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