Html Css Color HEX #71414D Camelot

📋 copy color: '#71414D'

red 113 ◦ green 65 ◦ blue 77

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

Shades of Camelot #71414D

Tints of Camelot #71414D

RGB

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

 GREEN value IS 65 (25.78% from 255) = 25.49%

 BLUE value IS 77 (30.47% from 255) = 30.2%

R = 44.31%
G = 25.49%
B = 30.2%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.32

 K value IS 0.56

RGB Variations

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

Color information

#71414D (or 0x71414D) is known color: Camelot. HEX triplet: 71, 41 and 4D. RGB value is (113,65,77). Sum of RGB (Red+Green+Blue) = 113+65+77=255 (33% of max value = 765). Red value is 113 (44.53% from 255 or 44.31% from 255); Green value is 65 (25.78% from 255 or 25.49% from 255); Blue value is 77 (30.47% from 255 or 30.20% from 255); Max value from RGB is 113 - color contains mainly: red. Hex color #71414D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71414D is #8EBEB2. Grayscale: #505050. Windows color (decimal): -9354931 or 5063025. OLE color: 5063025.

HSL color Cylindrical-coordinate representation of color #71414D: hue angle of 345º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #71414D is Cyan = 0, Magento = 0.42, Yellow = 0.32 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 65 77 -
CMYK 0 0.42 0.32 0.56
HSL 345º 0.27% 0.35% -
HSV(B) 345º 0.42% 0.44% -
XYZ 10.04 7.83 8 -
YUV 80.72 125.9 151.02 -
System Red Green Blue C M Y K H S L
Decimal 113 65 77 0 0.42 0.32 0.56 345 0.27 0.35
Hex 71 41 4D 0 2A 20 38 159 1B 23
Octal 161 101 115 0 52 40 70 531 33 43
Binary 1110001 1000001 1001101 0 101010 100000 111000 101011001 11011 100011

Color Harmonies of #71414D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71414D

Black with #71414D

Text Example


Text Example

White with #71414D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71414D; }

 p { color: rgb(113,65,77); }

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

background-color css

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

 a { background-color: rgb(113,65,77); }

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

border-color css

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

 span { border-color: rgb(113,65,77); }

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