Html Css Color HEX #833042 Camelot

📋 copy color: '#833042'

red 131 ◦ green 48 ◦ blue 66

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

Shades of Camelot #833042

Tints of Camelot #833042

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 26.94%

R = 53.47%
G = 19.59%
B = 26.94%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.50

 K value IS 0.49

RGB Variations

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

Color information

#833042 (or 0x833042) is known color: Camelot. HEX triplet: 83, 30 and 42. RGB value is (131,48,66). Sum of RGB (Red+Green+Blue) = 131+48+66=245 (32% of max value = 765). Red value is 131 (51.56% from 255 or 53.47% from 245); Green value is 48 (19.14% from 255 or 19.59% from 245); Blue value is 66 (26.17% from 255 or 26.94% from 245); Max value from RGB is 131 - color contains mainly: red. Hex color #833042 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #833042 is #7CCFBD. Grayscale: #4A4A4A. Windows color (decimal): -8179646 or 4337795. OLE color: 4337795.

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

Color convert

RGB 131 48 66 -
CMYK 0 0.63 0.50 0.49
HSL 346.99º 0.46% 0.35% -
HSV(B) 346.99º 0.63% 0.51% -
XYZ 11.4 7.33 5.97 -
YUV 74.87 123 168.04 -
System Red Green Blue C M Y K H S L
Decimal 131 48 66 0 0.63 0.50 0.49 346.99 0.46 0.35
Hex 83 30 42 0 3F 32 31 15B 2E 23
Octal 203 60 102 0 77 62 61 533 56 43
Binary 10000011 110000 1000010 0 111111 110010 110001 101011011 101110 100011

Color Harmonies of #833042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #833042

Black with #833042

Text Example


Text Example

White with #833042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #833042; }

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

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

background-color css

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

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

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

border-color css

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

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

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