Html Css Color HEX #71434D Camelot

📋 copy color: '#71434D'

red 113 ◦ green 67 ◦ blue 77

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

Shades of Camelot #71434D

Tints of Camelot #71434D

RGB

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

 GREEN value IS 67 (26.56% from 255) = 26.07%

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

R = 43.97%
G = 26.07%
B = 29.96%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.32

 K value IS 0.56

RGB Variations

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

Color information

#71434D (or 0x71434D) is known color: Camelot. HEX triplet: 71, 43 and 4D. RGB value is (113,67,77). Sum of RGB (Red+Green+Blue) = 113+67+77=257 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.97% from 257); Green value is 67 (26.56% from 255 or 26.07% from 257); Blue value is 77 (30.47% from 255 or 29.96% from 257); Max value from RGB is 113 - color contains mainly: red. Hex color #71434D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71434D is #8EBCB2. Grayscale: #515151. Windows color (decimal): -9354419 or 5063537. OLE color: 5063537.

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

Color convert

RGB 113 67 77 -
CMYK 0 0.41 0.32 0.56
HSL 346.96º 0.26% 0.35% -
HSV(B) 346.96º 0.41% 0.44% -
XYZ 10.16 8.06 8.04 -
YUV 81.89 125.24 150.19 -
System Red Green Blue C M Y K H S L
Decimal 113 67 77 0 0.41 0.32 0.56 346.96 0.26 0.35
Hex 71 43 4D 0 29 20 38 15B 1A 23
Octal 161 103 115 0 51 40 70 533 32 43
Binary 1110001 1000011 1001101 0 101001 100000 111000 101011011 11010 100011

Color Harmonies of #71434D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71434D

Black with #71434D

Text Example


Text Example

White with #71434D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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