Html Css Color HEX #83344B Camelot

📋 copy color: '#83344B'

red 131 ◦ green 52 ◦ blue 75

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

Shades of Camelot #83344B

Tints of Camelot #83344B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 29.07%

R = 50.78%
G = 20.16%
B = 29.07%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.43

 K value IS 0.49

RGB Variations

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

Color information

#83344B (or 0x83344B) is known color: Camelot. HEX triplet: 83, 34 and 4B. RGB value is (131,52,75). Sum of RGB (Red+Green+Blue) = 131+52+75=258 (34% of max value = 765). Red value is 131 (51.56% from 255 or 50.78% from 258); Green value is 52 (20.70% from 255 or 20.16% from 258); Blue value is 75 (29.69% from 255 or 29.07% from 258); Max value from RGB is 131 - color contains mainly: red. Hex color #83344B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #83344B is #7CCBB4. Grayscale: #4E4E4E. Windows color (decimal): -8178613 or 4928643. OLE color: 4928643.

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

Color convert

RGB 131 52 75 -
CMYK 0 0.60 0.43 0.49
HSL 342.53º 0.43% 0.36% -
HSV(B) 342.53º 0.6% 0.51% -
XYZ 11.86 7.79 7.54 -
YUV 78.24 126.17 165.63 -
System Red Green Blue C M Y K H S L
Decimal 131 52 75 0 0.60 0.43 0.49 342.53 0.43 0.36
Hex 83 34 4B 0 3C 2B 31 157 2B 24
Octal 203 64 113 0 74 53 61 527 53 44
Binary 10000011 110100 1001011 0 111100 101011 110001 101010111 101011 100100

Color Harmonies of #83344B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83344B

Black with #83344B

Text Example


Text Example

White with #83344B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83344B; }

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

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

background-color css

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

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

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

border-color css

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

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

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