Html Css Color HEX #833852 Camelot

📋 copy color: '#833852'

red 131 ◦ green 56 ◦ blue 82

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

Shades of Camelot #833852

Tints of Camelot #833852

RGB

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

 GREEN value IS 56 (22.27% from 255) = 20.82%

 BLUE value IS 82 (32.42% from 255) = 30.48%

R = 48.7%
G = 20.82%
B = 30.48%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.37

 K value IS 0.49

RGB Variations

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

Color information

#833852 (or 0x833852) is known color: Camelot. HEX triplet: 83, 38 and 52. RGB value is (131,56,82). Sum of RGB (Red+Green+Blue) = 131+56+82=269 (35% of max value = 765). Red value is 131 (51.56% from 255 or 48.70% from 269); Green value is 56 (22.27% from 255 or 20.82% from 269); Blue value is 82 (32.42% from 255 or 30.48% from 269); Max value from RGB is 131 - color contains mainly: red. Hex color #833852 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #833852 is #7CC7AD. Grayscale: #515151. Windows color (decimal): -8177582 or 5388419. OLE color: 5388419.

HSL color Cylindrical-coordinate representation of color #833852: hue angle of 339.2º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #833852 is Cyan = 0, Magento = 0.57, Yellow = 0.37 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 56 82 -
CMYK 0 0.57 0.37 0.49
HSL 339.2º 0.4% 0.37% -
HSV(B) 339.2º 0.57% 0.51% -
XYZ 12.3 8.26 8.93 -
YUV 81.39 128.35 163.39 -
System Red Green Blue C M Y K H S L
Decimal 131 56 82 0 0.57 0.37 0.49 339.2 0.4 0.37
Hex 83 38 52 0 39 25 31 153 28 25
Octal 203 70 122 0 71 45 61 523 50 45
Binary 10000011 111000 1010010 0 111001 100101 110001 101010011 101000 100101

Color Harmonies of #833852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #833852

Black with #833852

Text Example


Text Example

White with #833852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #833852; }

 p { color: rgb(131,56,82); }

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

background-color css

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

 a { background-color: rgb(131,56,82); }

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

border-color css

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

 span { border-color: rgb(131,56,82); }

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