Html Css Color HEX #71464F Camelot

📋 copy color: '#71464F'

red 113 ◦ green 70 ◦ blue 79

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

Shades of Camelot #71464F

Tints of Camelot #71464F

RGB

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

 GREEN value IS 70 (27.73% from 255) = 26.72%

 BLUE value IS 79 (31.25% from 255) = 30.15%

R = 43.13%
G = 26.72%
B = 30.15%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.30

 K value IS 0.56

RGB Variations

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

Color information

#71464F (or 0x71464F) is known color: Camelot. HEX triplet: 71, 46 and 4F. RGB value is (113,70,79). Sum of RGB (Red+Green+Blue) = 113+70+79=262 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.13% from 262); Green value is 70 (27.73% from 255 or 26.72% from 262); Blue value is 79 (31.25% from 255 or 30.15% from 262); Max value from RGB is 113 - color contains mainly: red. Hex color #71464F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71464F is #8EB9B0. Grayscale: #535353. Windows color (decimal): -9353649 or 5195377. OLE color: 5195377.

HSL color Cylindrical-coordinate representation of color #71464F: hue angle of 347.44º degrees, saturation: 0.23, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #71464F is Cyan = 0, Magento = 0.38, Yellow = 0.30 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 70 79 -
CMYK 0 0.38 0.30 0.56
HSL 347.44º 0.23% 0.36% -
HSV(B) 347.44º 0.38% 0.44% -
XYZ 10.41 8.46 8.48 -
YUV 83.88 125.25 148.77 -
System Red Green Blue C M Y K H S L
Decimal 113 70 79 0 0.38 0.30 0.56 347.44 0.23 0.36
Hex 71 46 4F 0 26 1E 38 15B 17 24
Octal 161 106 117 0 46 36 70 533 27 44
Binary 1110001 1000110 1001111 0 100110 11110 111000 101011011 10111 100100

Color Harmonies of #71464F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71464F

Black with #71464F

Text Example


Text Example

White with #71464F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71464F; }

 p { color: rgb(113,70,79); }

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

background-color css

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

 a { background-color: rgb(113,70,79); }

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

border-color css

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

 span { border-color: rgb(113,70,79); }

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