Html Css Color HEX #713F4B Camelot

📋 copy color: '#713F4B'

red 113 ◦ green 63 ◦ blue 75

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

Shades of Camelot #713F4B

Tints of Camelot #713F4B

RGB

 RED value IS 113 (44.53% from 255) = 45.02%

 GREEN value IS 63 (25% from 255) = 25.1%

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

R = 45.02%
G = 25.1%
B = 29.88%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.34

 K value IS 0.56

RGB Variations

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

Color information

#713F4B (or 0x713F4B) is known color: Camelot. HEX triplet: 71, 3F and 4B. RGB value is (113,63,75). Sum of RGB (Red+Green+Blue) = 113+63+75=251 (33% of max value = 765). Red value is 113 (44.53% from 255 or 45.02% from 251); Green value is 63 (25% from 255 or 25.10% from 251); Blue value is 75 (29.69% from 255 or 29.88% from 251); Max value from RGB is 113 - color contains mainly: red. Hex color #713F4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #713F4B is #8EC0B4. Grayscale: #4F4F4F. Windows color (decimal): -9355445 or 4931441. OLE color: 4931441.

HSL color Cylindrical-coordinate representation of color #713F4B: hue angle of 345.6º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #713F4B is Cyan = 0, Magento = 0.44, Yellow = 0.34 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 63 75 -
CMYK 0 0.44 0.34 0.56
HSL 345.6º 0.28% 0.35% -
HSV(B) 345.6º 0.44% 0.44% -
XYZ 9.86 7.57 7.6 -
YUV 79.32 125.57 152.02 -
System Red Green Blue C M Y K H S L
Decimal 113 63 75 0 0.44 0.34 0.56 345.6 0.28 0.35
Hex 71 3F 4B 0 2C 22 38 15A 1C 23
Octal 161 77 113 0 54 42 70 532 34 43
Binary 1110001 111111 1001011 0 101100 100010 111000 101011010 11100 100011

Color Harmonies of #713F4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713F4B

Black with #713F4B

Text Example


Text Example

White with #713F4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713F4B; }

 p { color: rgb(113,63,75); }

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

background-color css

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

 a { background-color: rgb(113,63,75); }

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

border-color css

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

 span { border-color: rgb(113,63,75); }

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