Html Css Color HEX #71434E Camelot

📋 copy color: '#71434E'

red 113 ◦ green 67 ◦ blue 78

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

Shades of Camelot #71434E

Tints of Camelot #71434E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 30.23%

R = 43.8%
G = 25.97%
B = 30.23%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.31

 K value IS 0.56

RGB Variations

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

Color information

#71434E (or 0x71434E) is known color: Camelot. HEX triplet: 71, 43 and 4E. RGB value is (113,67,78). Sum of RGB (Red+Green+Blue) = 113+67+78=258 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.80% from 258); Green value is 67 (26.56% from 255 or 25.97% from 258); Blue value is 78 (30.86% from 255 or 30.23% from 258); Max value from RGB is 113 - color contains mainly: red. Hex color #71434E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71434E is #8EBCB1. Grayscale: #525252. Windows color (decimal): -9354418 or 5129073. OLE color: 5129073.

HSL color Cylindrical-coordinate representation of color #71434E: hue angle of 345.65º 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 #71434E is Cyan = 0, Magento = 0.41, Yellow = 0.31 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 67 78 -
CMYK 0 0.41 0.31 0.56
HSL 345.65º 0.26% 0.35% -
HSV(B) 345.65º 0.41% 0.44% -
XYZ 10.19 8.08 8.23 -
YUV 82.01 125.74 150.11 -
System Red Green Blue C M Y K H S L
Decimal 113 67 78 0 0.41 0.31 0.56 345.65 0.26 0.35
Hex 71 43 4E 0 29 1F 38 15A 1A 23
Octal 161 103 116 0 51 37 70 532 32 43
Binary 1110001 1000011 1001110 0 101001 11111 111000 101011010 11010 100011

Color Harmonies of #71434E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71434E

Black with #71434E

Text Example


Text Example

White with #71434E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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