Html Css Color HEX #823B4B Camelot

📋 copy color: '#823B4B'

red 130 ◦ green 59 ◦ blue 75

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

Shades of Camelot #823B4B

Tints of Camelot #823B4B

RGB

 RED value IS 130 (51.17% from 255) = 49.24%

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

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

R = 49.24%
G = 22.35%
B = 28.41%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.42

 K value IS 0.49

RGB Variations

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

Color information

#823B4B (or 0x823B4B) is known color: Camelot. HEX triplet: 82, 3B and 4B. RGB value is (130,59,75). Sum of RGB (Red+Green+Blue) = 130+59+75=264 (34% of max value = 765). Red value is 130 (51.17% from 255 or 49.24% from 264); Green value is 59 (23.44% from 255 or 22.35% from 264); Blue value is 75 (29.69% from 255 or 28.41% from 264); Max value from RGB is 130 - color contains mainly: red. Hex color #823B4B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #823B4B is #7DC4B4. Grayscale: #525252. Windows color (decimal): -8242357 or 4930434. OLE color: 4930434.

HSL color Cylindrical-coordinate representation of color #823B4B: hue angle of 346.48º 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 #823B4B is Cyan = 0, Magento = 0.55, Yellow = 0.42 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 59 75 -
CMYK 0 0.55 0.42 0.49
HSL 346.48º 0.38% 0.37% -
HSV(B) 346.48º 0.55% 0.51% -
XYZ 12.04 8.38 7.64 -
YUV 82.05 124.02 162.2 -
System Red Green Blue C M Y K H S L
Decimal 130 59 75 0 0.55 0.42 0.49 346.48 0.38 0.37
Hex 82 3B 4B 0 37 2A 31 15A 26 25
Octal 202 73 113 0 67 52 61 532 46 45
Binary 10000010 111011 1001011 0 110111 101010 110001 101011010 100110 100101

Color Harmonies of #823B4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #823B4B

Black with #823B4B

Text Example


Text Example

White with #823B4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #823B4B; }

 p { color: rgb(130,59,75); }

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

background-color css

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

 a { background-color: rgb(130,59,75); }

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

border-color css

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

 span { border-color: rgb(130,59,75); }

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