Html Css Color HEX #833B55 Camelot

📋 copy color: '#833B55'

red 131 ◦ green 59 ◦ blue 85

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

Shades of Camelot #833B55

Tints of Camelot #833B55

RGB

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

 GREEN value IS 59 (23.44% from 255) = 21.45%

 BLUE value IS 85 (33.59% from 255) = 30.91%

R = 47.64%
G = 21.45%
B = 30.91%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.35

 K value IS 0.49

RGB Variations

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

Color information

#833B55 (or 0x833B55) is known color: Camelot. HEX triplet: 83, 3B and 55. RGB value is (131,59,85). Sum of RGB (Red+Green+Blue) = 131+59+85=275 (36% of max value = 765). Red value is 131 (51.56% from 255 or 47.64% from 275); Green value is 59 (23.44% from 255 or 21.45% from 275); Blue value is 85 (33.59% from 255 or 30.91% from 275); Max value from RGB is 131 - color contains mainly: red. Hex color #833B55 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #833B55 is #7CC4AA. Grayscale: #535353. Windows color (decimal): -8176811 or 5585795. OLE color: 5585795.

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

Color convert

RGB 131 59 85 -
CMYK 0 0.55 0.35 0.49
HSL 338.33º 0.38% 0.37% -
HSV(B) 338.33º 0.55% 0.51% -
XYZ 12.56 8.61 9.59 -
YUV 83.49 128.85 161.89 -
System Red Green Blue C M Y K H S L
Decimal 131 59 85 0 0.55 0.35 0.49 338.33 0.38 0.37
Hex 83 3B 55 0 37 23 31 152 26 25
Octal 203 73 125 0 67 43 61 522 46 45
Binary 10000011 111011 1010101 0 110111 100011 110001 101010010 100110 100101

Color Harmonies of #833B55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #833B55

Black with #833B55

Text Example


Text Example

White with #833B55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #833B55; }

 p { color: rgb(131,59,85); }

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

background-color css

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

 a { background-color: rgb(131,59,85); }

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

border-color css

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

 span { border-color: rgb(131,59,85); }

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