Html Css Color HEX #833449 Camelot

📋 copy color: '#833449'

red 131 ◦ green 52 ◦ blue 73

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

Shades of Camelot #833449

Tints of Camelot #833449

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 28.52%

R = 51.17%
G = 20.31%
B = 28.52%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.44

 K value IS 0.49

RGB Variations

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

Color information

#833449 (or 0x833449) is known color: Camelot. HEX triplet: 83, 34 and 49. RGB value is (131,52,73). Sum of RGB (Red+Green+Blue) = 131+52+73=256 (33% of max value = 765). Red value is 131 (51.56% from 255 or 51.17% from 256); Green value is 52 (20.70% from 255 or 20.31% from 256); Blue value is 73 (28.91% from 255 or 28.52% from 256); Max value from RGB is 131 - color contains mainly: red. Hex color #833449 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #833449 is #7CCBB6. Grayscale: #4E4E4E. Windows color (decimal): -8178615 or 4797571. OLE color: 4797571.

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

Color convert

RGB 131 52 73 -
CMYK 0 0.60 0.44 0.49
HSL 344.05º 0.43% 0.36% -
HSV(B) 344.05º 0.6% 0.51% -
XYZ 11.79 7.76 7.18 -
YUV 78.02 125.17 165.79 -
System Red Green Blue C M Y K H S L
Decimal 131 52 73 0 0.60 0.44 0.49 344.05 0.43 0.36
Hex 83 34 49 0 3C 2C 31 158 2B 24
Octal 203 64 111 0 74 54 61 530 53 44
Binary 10000011 110100 1001001 0 111100 101100 110001 101011000 101011 100100

Color Harmonies of #833449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #833449

Black with #833449

Text Example


Text Example

White with #833449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #833449; }

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

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

background-color css

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

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

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

border-color css

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

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

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