Html Css Color HEX #84414B Camelot

📋 copy color: '#84414B'

red 132 ◦ green 65 ◦ blue 75

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

Shades of Camelot #84414B

Tints of Camelot #84414B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 27.57%

R = 48.53%
G = 23.9%
B = 27.57%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.43

 K value IS 0.48

RGB Variations

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

Color information

#84414B (or 0x84414B) is known color: Camelot. HEX triplet: 84, 41 and 4B. RGB value is (132,65,75). Sum of RGB (Red+Green+Blue) = 132+65+75=272 (36% of max value = 765). Red value is 132 (51.95% from 255 or 48.53% from 272); Green value is 65 (25.78% from 255 or 23.90% from 272); Blue value is 75 (29.69% from 255 or 27.57% from 272); Max value from RGB is 132 - color contains mainly: red. Hex color #84414B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #84414B is #7BBEB4. Grayscale: #565656. Windows color (decimal): -8109749 or 4931972. OLE color: 4931972.

HSL color Cylindrical-coordinate representation of color #84414B: hue angle of 351.04º 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 #84414B is Cyan = 0, Magento = 0.51, Yellow = 0.43 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 65 75 -
CMYK 0 0.51 0.43 0.48
HSL 351.04º 0.34% 0.39% -
HSV(B) 351.04º 0.51% 0.52% -
XYZ 12.68 9.19 7.76 -
YUV 86.17 121.7 160.69 -
System Red Green Blue C M Y K H S L
Decimal 132 65 75 0 0.51 0.43 0.48 351.04 0.34 0.39
Hex 84 41 4B 0 33 2B 30 15F 22 27
Octal 204 101 113 0 63 53 60 537 42 47
Binary 10000100 1000001 1001011 0 110011 101011 110000 101011111 100010 100111

Color Harmonies of #84414B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84414B

Black with #84414B

Text Example


Text Example

White with #84414B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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