Html Css Color HEX #84414E Camelot

📋 copy color: '#84414E'

red 132 ◦ green 65 ◦ blue 78

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

Shades of Camelot #84414E

Tints of Camelot #84414E

RGB

 RED value IS 132 (51.95% from 255) = 48%

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

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

R = 48%
G = 23.64%
B = 28.36%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.41

 K value IS 0.48

RGB Variations

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

Color information

#84414E (or 0x84414E) is known color: Camelot. HEX triplet: 84, 41 and 4E. RGB value is (132,65,78). Sum of RGB (Red+Green+Blue) = 132+65+78=275 (36% of max value = 765). Red value is 132 (51.95% from 255 or 48% from 275); Green value is 65 (25.78% from 255 or 23.64% from 275); Blue value is 78 (30.86% from 255 or 28.36% from 275); Max value from RGB is 132 - color contains mainly: red. Hex color #84414E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #84414E is #7BBEB1. Grayscale: #565656. Windows color (decimal): -8109746 or 5128580. OLE color: 5128580.

HSL color Cylindrical-coordinate representation of color #84414E: hue angle of 348.36º degrees, saturation: 0.34, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #84414E is Cyan = 0, Magento = 0.51, Yellow = 0.41 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 65 78 -
CMYK 0 0.51 0.41 0.48
HSL 348.36º 0.34% 0.39% -
HSV(B) 348.36º 0.51% 0.52% -
XYZ 12.78 9.24 8.32 -
YUV 86.52 123.2 160.44 -
System Red Green Blue C M Y K H S L
Decimal 132 65 78 0 0.51 0.41 0.48 348.36 0.34 0.39
Hex 84 41 4E 0 33 29 30 15C 22 27
Octal 204 101 116 0 63 51 60 534 42 47
Binary 10000100 1000001 1001110 0 110011 101001 110000 101011100 100010 100111

Color Harmonies of #84414E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84414E

Black with #84414E

Text Example


Text Example

White with #84414E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,65,78); }

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

background-color css

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

 a { background-color: rgb(132,65,78); }

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

border-color css

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

 span { border-color: rgb(132,65,78); }

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