Html Css Color HEX #84424E Camelot

📋 copy color: '#84424E'

red 132 ◦ green 66 ◦ blue 78

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

Shades of Camelot #84424E

Tints of Camelot #84424E

RGB

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

 GREEN value IS 66 (26.17% from 255) = 23.91%

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

R = 47.83%
G = 23.91%
B = 28.26%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.41

 K value IS 0.48

RGB Variations

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

Color information

#84424E (or 0x84424E) is known color: Camelot. HEX triplet: 84, 42 and 4E. RGB value is (132,66,78). Sum of RGB (Red+Green+Blue) = 132+66+78=276 (36% of max value = 765). Red value is 132 (51.95% from 255 or 47.83% from 276); Green value is 66 (26.17% from 255 or 23.91% from 276); Blue value is 78 (30.86% from 255 or 28.26% from 276); Max value from RGB is 132 - color contains mainly: red. Hex color #84424E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #84424E is #7BBDB1. Grayscale: #575757. Windows color (decimal): -8109490 or 5128836. OLE color: 5128836.

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

Color convert

RGB 132 66 78 -
CMYK 0 0.5 0.41 0.48
HSL 349.09º 0.33% 0.39% -
HSV(B) 349.09º 0.5% 0.52% -
XYZ 12.84 9.35 8.34 -
YUV 87.1 122.87 160.02 -
System Red Green Blue C M Y K H S L
Decimal 132 66 78 0 0.5 0.41 0.48 349.09 0.33 0.39
Hex 84 42 4E 0 32 29 30 15D 21 27
Octal 204 102 116 0 62 51 60 535 41 47
Binary 10000100 1000010 1001110 0 110010 101001 110000 101011101 100001 100111

Color Harmonies of #84424E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84424E

Black with #84424E

Text Example


Text Example

White with #84424E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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