Html Css Color HEX #833044 Camelot

📋 copy color: '#833044'

red 131 ◦ green 48 ◦ blue 68

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

Shades of Camelot #833044

Tints of Camelot #833044

RGB

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

 GREEN value IS 48 (19.14% from 255) = 19.43%

 BLUE value IS 68 (26.95% from 255) = 27.53%

R = 53.04%
G = 19.43%
B = 27.53%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.48

 K value IS 0.49

RGB Variations

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

Color information

#833044 (or 0x833044) is known color: Camelot. HEX triplet: 83, 30 and 44. RGB value is (131,48,68). Sum of RGB (Red+Green+Blue) = 131+48+68=247 (32% of max value = 765). Red value is 131 (51.56% from 255 or 53.04% from 247); Green value is 48 (19.14% from 255 or 19.43% from 247); Blue value is 68 (26.95% from 255 or 27.53% from 247); Max value from RGB is 131 - color contains mainly: red. Hex color #833044 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #833044 is #7CCFBB. Grayscale: #4B4B4B. Windows color (decimal): -8179644 or 4468867. OLE color: 4468867.

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

Color convert

RGB 131 48 68 -
CMYK 0 0.63 0.48 0.49
HSL 345.54º 0.46% 0.35% -
HSV(B) 345.54º 0.63% 0.51% -
XYZ 11.46 7.36 6.28 -
YUV 75.1 124 167.87 -
System Red Green Blue C M Y K H S L
Decimal 131 48 68 0 0.63 0.48 0.49 345.54 0.46 0.35
Hex 83 30 44 0 3F 30 31 15A 2E 23
Octal 203 60 104 0 77 60 61 532 56 43
Binary 10000011 110000 1000100 0 111111 110000 110001 101011010 101110 100011

Color Harmonies of #833044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #833044

Black with #833044

Text Example


Text Example

White with #833044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #833044; }

 p { color: rgb(131,48,68); }

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

background-color css

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

 a { background-color: rgb(131,48,68); }

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

border-color css

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

 span { border-color: rgb(131,48,68); }

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