Html Css Color HEX #84424F Camelot

📋 copy color: '#84424F'

red 132 ◦ green 66 ◦ blue 79

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

Shades of Camelot #84424F

Tints of Camelot #84424F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 28.52%

R = 47.65%
G = 23.83%
B = 28.52%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.40

 K value IS 0.48

RGB Variations

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

Color information

#84424F (or 0x84424F) is known color: Camelot. HEX triplet: 84, 42 and 4F. RGB value is (132,66,79). Sum of RGB (Red+Green+Blue) = 132+66+79=277 (36% of max value = 765). Red value is 132 (51.95% from 255 or 47.65% from 277); Green value is 66 (26.17% from 255 or 23.83% from 277); Blue value is 79 (31.25% from 255 or 28.52% from 277); Max value from RGB is 132 - color contains mainly: red. Hex color #84424F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #84424F is #7BBDB0. Grayscale: #575757. Windows color (decimal): -8109489 or 5194372. OLE color: 5194372.

HSL color Cylindrical-coordinate representation of color #84424F: hue angle of 348.18º 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 #84424F is Cyan = 0, Magento = 0.5, Yellow = 0.40 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 66 79 -
CMYK 0 0.5 0.40 0.48
HSL 348.18º 0.33% 0.39% -
HSV(B) 348.18º 0.5% 0.52% -
XYZ 12.88 9.37 8.53 -
YUV 87.22 123.37 159.94 -
System Red Green Blue C M Y K H S L
Decimal 132 66 79 0 0.5 0.40 0.48 348.18 0.33 0.39
Hex 84 42 4F 0 32 28 30 15C 21 27
Octal 204 102 117 0 62 50 60 534 41 47
Binary 10000100 1000010 1001111 0 110010 101000 110000 101011100 100001 100111

Color Harmonies of #84424F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84424F

Black with #84424F

Text Example


Text Example

White with #84424F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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